gtkToggleButtonSetMode         package:RGtk2         R Documentation

_g_t_k_T_o_g_g_l_e_B_u_t_t_o_n_S_e_t_M_o_d_e

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

     Sets whether the button is displayed as a separate indicator and
     label. You can call this function on a checkbutton or a
     radiobutton with 'draw.indicator' = 'FALSE' to make the button
     look like a normal button

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

     gtkToggleButtonSetMode(object, draw.indicator)

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

'object': ['GtkToggleButton']  a 'GtkToggleButton'

'draw.indicator': [logical]  if 'TRUE', draw the button as a separate
          indicator and label; if 'FALSE', draw the button like a
          normal button

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

     This function only affects instances of classes like
     'GtkCheckButton' and 'GtkRadioButton' that derive from
     'GtkToggleButton', not instances of 'GtkToggleButton' itself.

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

     Derived by RGtkGen from GTK+ documentation

