gtkIconSetRenderIcon          package:RGtk2          R Documentation

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

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

     Renders an icon using 'gtkStyleRenderIcon'. In most cases,
     'gtkWidgetRenderIcon' is better, since it automatically provides
     most of the arguments from the current widget settings.  This
     function never returns 'NULL'; if the icon can't be rendered
     (perhaps because an image file fails to load), a default "missing
     image" icon will be returned instead.

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

     gtkIconSetRenderIcon(object, style, direction, state, size, widget = NULL, detail = NULL)

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

'object': ['GtkIconSet']  a 'GtkIconSet'

 'style': ['GtkStyle']  a 'GtkStyle' associated with 'widget', or
          'NULL'

'direction': ['GtkTextDirection']  text direction

 'state': ['GtkStateType']  widget state

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

'widget': ['GtkWidget']  widget that will display the icon, or 'NULL'.
          The only use that is typically made of this is to determine
          the appropriate 'GdkScreen'.

'detail': [char]  detail to pass to the theme engine, or 'NULL'. Note
          that passing a detail of anything but 'NULL' will disable
          caching.

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

     ['GdkPixbuf']  a 'GdkPixbuf' to be displayed

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

     Derived by RGtkGen from GTK+ documentation

