gtkCheckMenuItemSetInconsistent    package:RGtk2    R Documentation

_g_t_k_C_h_e_c_k_M_e_n_u_I_t_e_m_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 boolean setting, and the
     current values in that range are inconsistent, you may want to
     display the check in an "in between" state. This function turns on
     "in between" display.  Normally you would turn off the
     inconsistent state again if the user explicitly selects a setting.
     This has to be done manually, 'gtkCheckMenuItemSetInconsistent'
     only affects visual appearance, it doesn't affect the semantics of
     the widget.

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

     gtkCheckMenuItemSetInconsistent(object, setting)

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

'object': ['GtkCheckMenuItem']  a 'GtkCheckMenuItem'

'setting': [logical] 'TRUE' to display an "inconsistent" third state
          check

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

     Derived by RGtkGen from GTK+ documentation

