gtkBoxReorderChild           package:RGtk2           R Documentation

_g_t_k_B_o_x_R_e_o_r_d_e_r_C_h_i_l_d

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

     Moves 'child' to a new 'position' in the list of 'box' children.  
     The list is the 'children' field of 'GtkBox', and contains both
     widgets packed 'GTK_PACK_START'  as well as widgets packed
     'GTK_PACK_END', in the order that these  widgets were added to
     'box'.

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

     gtkBoxReorderChild(object, child, position)

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

'object': ['GtkBox']  a 'GtkBox'

 'child': ['GtkWidget']  the 'GtkWidget' to move

'position': [integer]  the new position for 'child' in the list of
          children  of 'box', starting from 0. If negative, indicates
          the end of  the list

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

     A widget's position in the 'box' children list determines where 
     the widget is packed into 'box'.  A child widget at some position 
     in the list will be packed just after all other widgets of the 
     same packing type that appear earlier in the list.

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

     Derived by RGtkGen from GTK+ documentation

