Public member index:
-
inline _GtkPackerChild *gtkobj();
-
-
inline const _GtkPackerChild *gtkobj()const;
-
-
inline Gtk_Widget *get_widget()const;
-
-
inline GtkSideType get_side()const;
-
-
inline GtkAnchorType get_anchor()const;
-
-
inline guint get_options()const;
-
-
inline guint get_border_width()const;
-
-
inline guint get_pad_x()const;
-
-
inline guint get_pad_y()const;
-
-
inline guint get_ipad_x()const;
-
-
inline guint get_ipad_y()const;
-
-
void set_packing(GtkSideType s,GtkAnchorType a,guint o,guint b=GTKMM_PACKER_DEFAULT,guint x=GTKMM_PACKER_DEFAULT,guint y=GTKMM_PACKER_DEFAULT,guint ix=GTKMM_PACKER_DEFAULT,guint iy=GTKMM_PACKER_DEFAULT);
-
-
void set_side(GtkSideType s);
-
-
void set_anchor(GtkAnchorType a);
-
-
void set_options(guint o);
-
-
void set_border_width(guint b);
-
-
void set_pad(guint x,guint y);
-
-
void set_ipad(guint x,guint y);
-
Protected member index:
-
Child(void *do_not_derive_this);
-
-
inline GtkPacker *parent();
-
-
void redraw();
-
Private member index:
-
Child &operator =(const Child &);
-
-
Child(const Child &);
-
|