Class Index Cross Index Namespace Index

Class Gtk::Toolbar


Contained in: Gtk
Derived from: Gtk::Container
Derived by: none

#include <gtk--/toolbar.h>


public function member index:

Toolbar(GtkOrientation orientation = GTK_ORIENTATION_HORIZONTAL, GtkToolbarStyle style = GTK_TOOLBAR_BOTH);
GtkReliefStyle get_button_relief() const;
GtkOrientation get_orientation() const;
gint get_space_size() const;
GtkToolbarSpaceStyle get_space_style() const;
GtkToolbarStyle get_style() const;
GtkToolbar* gtkobj();
const GtkToolbar* gtkobj() const;
static bool isA(Object* object);
void set_button_relief(GtkReliefStyle relief);
void set_orientation(GtkOrientation orientation);
void set_space_size(gint space_size);
void set_space_style(GtkToolbarSpaceStyle space_style);
void set_style(GtkToolbarStyle style);
void set_tooltips(bool enable);
ToolList& tools();
const ToolList& tools() const;
virtual ~Toolbar();
 

protected function member index:

virtual void orientation_changed_impl(GtkOrientation p0);
virtual void style_changed_impl(GtkToolbarStyle p0);
 

Description:



Function Member Descriptions:

Gtk::Toolbar::gtkobj - Returns the underlaying gtk+ object.

GtkToolbar* gtkobj();

Gtk::Toolbar::isA - Returns true if object is this type.

static bool isA(Object* object);