gtkStyleAttach             package:RGtk2             R Documentation

_g_t_k_S_t_y_l_e_A_t_t_a_c_h

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

     Attaches a style to a window; this process allocates the colors
     and creates the GC's for the style - it specializes it to a
     particular visual and colormap. The process may  involve the
     creation of a new style if the style has already  been attached to
     a window with a different style and colormap.

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

     gtkStyleAttach(object, window)

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

'object': ['GtkStyle']  a 'GtkStyle'.

'window': ['GdkWindow']  a 'GdkWindow'.

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

     Since this function may return a new object, you have to use it 
     in the following way:  'style = gtk_style_attach (style, window)'

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

     ['GtkStyle']  Either 'style', or a newly-created 'GtkStyle'. If
     the style is newly created, the style parameter will be unref'ed,
     and the new style will have a reference count belonging to the
     caller.

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

     Derived by RGtkGen from GTK+ documentation

