Public member index:
-
-
-
-
-
-
-
-
-
static GtkType get_type();
-
-
GtkBin *gtkobj();
-
-
const GtkBin *gtkobj()const;
-
-
static bool isA(Gtk_Object *checkcast);
-
-
-
-
virtual ~Gtk_Bin();
-
-
Gtk_Widget *get_child()const;
-
-
void remove();
- Remove the contained object
-
void add_label(const string &label,gfloat x=0 . 0,gfloat y=0 . 5);
-
-
void add_pixmap(const Gdk_Pixmap &pixmap,const Gdk_Bitmap &bitmap);
-
-
void add_pixlabel(const Gdk_Pixmap &pixmap,const Gdk_Bitmap &bitmap,const string &label,gfloat x=0 . 0,gfloat y=0 . 5);
-
Protected member index:
-
void initialize_class();
-
-
void *get_parent_class();
-
-
static void init_parent_class();
-
-
explicit Gtk_Bin(GtkBin *castitem);
-
-
Gtk_Bin();
-
Private member index:
-
-
-
Gtk_Bin(const Gtk_Bin &);
-
-
Gtk_Bin &operator =(const Gtk_Bin &);
-
|