GtkPixmap               package:RGtk2               R Documentation

_G_t_k_P_i_x_m_a_p

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

     A widget displaying a graphical image or icon

_M_e_t_h_o_d_s _a_n_d _F_u_n_c_t_i_o_n_s:

     'gtkPixmapNew(pixmap, mask = NULL, show = TRUE)'
      'gtkPixmapSet(object, val, mask = NULL)'
      'gtkPixmapGet(object)'
      'gtkPixmapSetBuildInsensitive(object, build)'
      'gtkPixmap(pixmap, mask = NULL, show = TRUE)'

_H_i_e_r_a_r_c_h_y:

     GObject
        +----GInitiallyUnowned
              +----GtkObject
                    +----GtkWidget
                          +----GtkMisc
                                +----GtkPixmap 

_I_n_t_e_r_f_a_c_e_s:

     GtkPixmap implements AtkImplementorIface and  'GtkBuildable'.

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

     The 'GtkPixmap' widget displays a graphical image or icon. The
     icon is typically created using 'gdkPixmapColormapCreateFromXpm'
     or 'gdkPixmapColormapCreateFromXpmD'.

     The pixels in a 'GtkPixmap' cannot be manipulated by the
     application after creation, since under the X Window system the
     pixel data is stored on the X server and so is not available to
     the client application. If you want to create graphical images
     which can be manipulated by the application, look at 'GtkImage'
     and 'GdkRGB'.

     GtkPixmap has been deprecated since GTK+ 2.0 and should not be
     used in newly written code. Use 'GtkImage' instead.

_S_t_r_u_c_t_u_r_e_s:


     '_G_t_k_P_i_x_m_a_p' *WARNING: 'GtkPixmap' is deprecated and should not be
          used in newly-written code.* The 'GtkPixmap' struct contains
          private data only, and should be accessed using the functions
          below.


_C_o_n_v_e_n_i_e_n_t _C_o_n_s_t_r_u_c_t_i_o_n:

     'gtkPixmap' is the equivalent of 'gtkPixmapNew'.

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

     Derived by RGtkGen from GTK+ documentation

_R_e_f_e_r_e_n_c_e_s:

     <URL: http://developer.gnome.org/doc/API/2.0/gtk/GtkPixmap.html>

