gtkWidgetGetModifierStyle       package:RGtk2       R Documentation

_g_t_k_W_i_d_g_e_t_G_e_t_M_o_d_i_f_i_e_r_S_t_y_l_e

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

     Returns the current modifier style for the widget. (As set by
     'gtkWidgetModifyStyle'.) If no style has previously set, a new
     'GtkRcStyle' will be created with all values unset, and set as the
     modifier style for the widget. If you make changes to this rc
     style, you must call 'gtkWidgetModifyStyle', passing in the
     returned rc style, to make sure that your changes take effect.

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

     gtkWidgetGetModifierStyle(object)

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

'object': ['GtkWidget']  a 'GtkWidget'

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

     Caution: passing the style back to 'gtkWidgetModifyStyle' will
     normally end up destroying it, because 'gtkWidgetModifyStyle'
     copies the passed-in style and sets the copy as the new modifier
     style, thus dropping any reference to the old modifier style. Add
     a reference to the modifier style if you want to keep it alive.

_V_a_l_u_e:

     ['GtkRcStyle']  the modifier style for the widget. If you want to
     keep a pointer to value this around.

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

     Derived by RGtkGen from GTK+ documentation

