gtkButtonBoxSetChildSecondary     package:RGtk2     R Documentation

_g_t_k_B_u_t_t_o_n_B_o_x_S_e_t_C_h_i_l_d_S_e_c_o_n_d_a_r_y

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

     Sets whether 'child' should appear in a secondary group of
     children. A typical use of a secondary child is the help button in
     a dialog.

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

     gtkButtonBoxSetChildSecondary(object, child, is.secondary)

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

'object': ['GtkButtonBox']  a 'GtkButtonBox'

 'child': ['GtkWidget']  a child of 'widget'

'is.secondary': [logical]  if 'TRUE', the 'child' appears in a
          secondary group of the button box.

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

     This group appears after the other children if the style is
     'GTK_BUTTONBOX_START', 'GTK_BUTTONBOX_SPREAD' or
     'GTK_BUTTONBOX_EDGE', and before the other children if the style
     is 'GTK_BUTTONBOX_END'. For horizontal button boxes, the
     definition of before/after depends on direction of the widget (see
     'gtkWidgetSetDirection'). If the style is 'GTK_BUTTONBOX_START' or
     'GTK_BUTTONBOX_END', then the secondary children are aligned at
     the other end of the button box from the main children. For the
     other styles, they appear immediately next to the main children.

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

     Derived by RGtkGen from GTK+ documentation

