Public member index:
-
Gtk_Pixmap();
- Construct an empty pixmap.
-
Gtk_Pixmap(Gtk_Widget &w,const _gtk_string &xpmfilename);
- Load a pixmap form file.
-
Gtk_Pixmap(Gtk_Widget &w,const gchar *const *data);
- Create a pixmap from data.
-
Gtk_Pixmap(const Gdk_Pixmap &pixmap,const Gdk_Bitmap &mask);
- Create using specified pixmap and mask.
-
Gtk_Pixmap(GtkPixmap *castitem);
-
-
void set(const Gdk_Pixmap &pixmap,const Gdk_Bitmap &mask);
- Set the pixmap and border mask.
-
void get(Gdk_Pixmap &pixmap,Gdk_Bitmap &mask)const;
- Get the pixmap and border mask.
-
void set_build_insensitive(bool build);
- (Gtk 1.1) Build an special pixmap for insensitive states.
-
GtkPixmap *gtkobj();
-
-
const GtkPixmap *gtkobj()const;
-
-
static bool isGtkPixmap(Gtk_Object *checkcast);
-
Protected member index:
-
-
-
-
-
-
-
virtual void *get_parent_class();
-
-
-
-
-
-
-
-
void pixmap_realize();
-
Private member index:
-
-
-
GtkType get_type();
-
|