gtkToggleButtonSetInconsistent     package:RGtk2     R Documentation

_g_t_k_T_o_g_g_l_e_B_u_t_t_o_n_S_e_t_I_n_c_o_n_s_i_s_t_e_n_t

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

     If the user has selected a range of elements (such as some text or
     spreadsheet cells) that are affected by a toggle button, and the
     current values in that range are inconsistent, you may want to
     display the toggle in an "in between" state. This function turns
     on "in between" display.  Normally you would turn off the
     inconsistent state again if the user toggles the toggle button.
     This has to be done manually, 'gtkToggleButtonSetInconsistent'
     only affects visual appearance, it doesn't affect the semantics of
     the button.

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

     gtkToggleButtonSetInconsistent(object, setting)

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

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

'setting': [logical] 'TRUE' if state is inconsistent

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

     Derived by RGtkGen from GTK+ documentation

