Public member index:
-
-
-
-
-
-
-
-
-
static GtkType get_type();
-
-
GtkToolbar *gtkobj();
-
-
const GtkToolbar *gtkobj()const;
-
-
static bool isA(Gtk_Object *checkcast);
-
-
-
-
virtual ~Gtk_Toolbar();
-
-
-
-
Gtk_Toolbar(GtkOrientation orientation=GTK_ORIENTATION_HORIZONTAL,GtkToolbarStyle style=GTK_TOOLBAR_BOTH);
-
-
GtkOrientation get_orientation()const;
-
-
void set_orientation(GtkOrientation orientation);
-
-
GtkToolbarStyle get_style()const;
-
-
void set_style(GtkToolbarStyle style);
-
-
gint get_space_size()const;
-
-
void set_space_size(gint space_size);
-
-
GtkToolbarSpaceStyle get_space_style()const;
-
-
void set_space_style(GtkToolbarSpaceStyle space_style);
-
-
void set_tooltips(bool enable);
-
-
GtkReliefStyle get_button_relief()const;
-
-
void set_button_relief(GtkReliefStyle relief);
-
-
ToolList &tools();
-
-
const ToolList &tools()const;
-
Protected member index:
-
void initialize_class();
-
-
void *get_parent_class();
-
-
static void init_parent_class();
-
-
explicit Gtk_Toolbar(GtkToolbar *castitem);
-
-
-
-
virtual void orientation_changed_impl(GtkOrientation p0);
-
-
virtual void style_changed_impl(GtkToolbarStyle p0);
-
Private member index:
-
-
-
Gtk_Toolbar(const Gtk_Toolbar &);
-
-
Gtk_Toolbar &operator =(const Gtk_Toolbar &);
-
|