gtkContainerSetFocusChain       package:RGtk2       R Documentation

_g_t_k_C_o_n_t_a_i_n_e_r_S_e_t_F_o_c_u_s_C_h_a_i_n

_D_e_s_c_r_i_p_t_i_o_n:

     Sets a focus chain, overriding the one computed automatically by
     GTK+.

_U_s_a_g_e:

     gtkContainerSetFocusChain(object, focusable.widgets)

_A_r_g_u_m_e_n_t_s:

'object': ['GtkContainer']  a 'GtkContainer'

'focusable.widgets': [list]  the new focus chain

_D_e_t_a_i_l_s:

     In principle each widget in the chain should be a descendant of
     the  container, but this is not enforced by this method, since
     it's allowed  to set the focus chain before you pack the widgets,
     or have a widget  in the chain that isn't always packed. The
     necessary checks are done  when the focus chain is actually
     traversed.

_A_u_t_h_o_r(_s):

     Derived by RGtkGen from GTK+ documentation

