gtkStyleRenderIcon           package:RGtk2           R Documentation

_g_t_k_S_t_y_l_e_R_e_n_d_e_r_I_c_o_n

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

     Renders the icon specified by 'source' at the given 'size' 
     according to the given parameters and returns the result in a 
     pixbuf.

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

     gtkStyleRenderIcon(object, source, direction, state, size, widget = NULL, detail = NULL)

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

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

'source': ['GtkIconSource']  the 'GtkIconSource' specifying the icon to
          render

'direction': ['GtkTextDirection']  a text direction

 'state': ['GtkStateType']  a state

  'size': ['GtkIconSize']  the size to render the icon at. A size of
          (GtkIconSize)-1 means render at the size of the source and
          don't scale.

'widget': ['GtkWidget']  the widget 

'detail': [character]  a style detail

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

     ['GdkPixbuf']  a newly-created 'GdkPixbuf' containing the rendered
     icon

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

     Derived by RGtkGen from GTK+ documentation

