gdlmm 3.3.2
|
Public Member Functions | |
virtual | ~DockBar () |
GdlDockBar* | gobj () |
Provides access to the underlying C GtkObject. | |
const GdlDockBar* | gobj () const |
Provides access to the underlying C GtkObject. | |
DockBar (Dock& dock) | |
Gtk::Orientation | get_orientation () const |
void | set_orientation (Gtk::Orientation orientation) |
void | set_style (DockBarStyle style) |
DockBarStyle | get_style () const |
Glib::PropertyProxy< DockBarStyle > | property_dockbar_style () |
Dockbar style to show items on it. | |
Glib::PropertyProxy_ReadOnly < DockBarStyle > | property_dockbar_style () const |
Dockbar style to show items on it. | |
Glib::PropertyProxy < Glib::RefPtr< DockMaster > > | property_master () |
GdlDockMaster object which the dockbar widget is attached to. | |
Glib::PropertyProxy_ReadOnly < Glib::RefPtr< DockMaster > > | property_master () const |
GdlDockMaster object which the dockbar widget is attached to. | |
Related Functions | |
(Note that these are not member functions.) | |
Gdl::DockBar* | wrap (GdlDockBar* object, bool take_copy=false) |
A Glib::wrap() method for this object. |
virtual Gdl::DockBar::~DockBar | ( | ) | [virtual] |
Gdl::DockBar::DockBar | ( | Dock& | dock | ) |
Gtk::Orientation Gdl::DockBar::get_orientation | ( | ) | const |
DockBarStyle Gdl::DockBar::get_style | ( | ) | const |
const GdlDockBar* Gdl::DockBar::gobj | ( | ) | const [inline] |
Provides access to the underlying C GtkObject.
GdlDockBar* Gdl::DockBar::gobj | ( | ) | [inline] |
Provides access to the underlying C GtkObject.
Glib::PropertyProxy_ReadOnly<DockBarStyle> Gdl::DockBar::property_dockbar_style | ( | ) | const |
Dockbar style to show items on it.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<DockBarStyle> Gdl::DockBar::property_dockbar_style | ( | ) |
Dockbar style to show items on it.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< Glib::RefPtr<DockMaster> > Gdl::DockBar::property_master | ( | ) | const |
GdlDockMaster object which the dockbar widget is attached to.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< Glib::RefPtr<DockMaster> > Gdl::DockBar::property_master | ( | ) |
GdlDockMaster object which the dockbar widget is attached to.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
void Gdl::DockBar::set_orientation | ( | Gtk::Orientation | orientation | ) |
void Gdl::DockBar::set_style | ( | DockBarStyle | style | ) |
Gdl::DockBar* wrap | ( | GdlDockBar * | object, |
bool | take_copy = false |
||
) | [related] |
A Glib::wrap() method for this object.
object | The C instance. |
take_copy | False if the result should take ownership of the C instance. True if it should take a new copy or ref. |