gtkColorSelectionSetUpdatePolicy    package:RGtk2    R Documentation

_g_t_k_C_o_l_o_r_S_e_l_e_c_t_i_o_n_S_e_t_U_p_d_a_t_e_P_o_l_i_c_y

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

     Sets the policy controlling when the color_changed signals are
     emitted. The available policies are:

        *  'GTK_UPDATE_CONTINUOUS' - signals are sent continuously as
           the color selection changes.

        *  'GTK_UPDATE_DISCONTINUOUS' - signals are sent only when the
           mouse  button is released.

        *  'GTK_UPDATE_DELAYED' - signals are sent when the mouse
           button is released or when the mouse has been motionless for
           a period of time.

     *WARNING: 'gtk_color_selection_set_update_policy' is deprecated
     and should not be used in newly-written code.*

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

     gtkColorSelectionSetUpdatePolicy(object, policy)

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

'object': ['GtkColorSelection'] a 'GtkColorSelection'.

'policy': ['GtkUpdateType'] a 'GtkUpdateType' value indicating the
          desired policy.

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

     Derived by RGtkGen from GTK+ documentation

