gdlmm
3.7.3
|
Inherits Box.
Public Member Functions | |
DockBar (DockBar&& src) noexcept | |
DockBar& | operator= (DockBar&& src) noexcept |
DockBar (const DockBar&)=delete | |
DockBar& | operator= (const DockBar&)=delete |
~DockBar () noexcept override | |
GdlDockBar* | gobj () |
Provides access to the underlying C GtkObject. More... | |
const GdlDockBar* | gobj () const |
Provides access to the underlying C GtkObject. More... | |
DockBar (Dock& dock) | |
Gtk::Orientation | get_orientation () const |
void | set_style (DockBarStyle style) |
DockBarStyle | get_style () const |
Glib::PropertyProxy< DockBarStyle > | property_dockbar_style () |
Dockbar style to show items on it. More... | |
Glib::PropertyProxy_ReadOnly< DockBarStyle > | property_dockbar_style () const |
Dockbar style to show items on it. More... | |
Glib::PropertyProxy< Glib::RefPtr< DockMaster > > | property_master () |
GdlDockMaster object which the dockbar widget is attached to. More... | |
Glib::PropertyProxy_ReadOnly< Glib::RefPtr< DockMaster > > | property_master () const |
GdlDockMaster object which the dockbar widget is attached to. More... | |
Static Public Member Functions | |
static GType | get_type () |
Get the GType for this class, for use with the underlying GObject type system. More... | |
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. More... | |
|
noexcept |
|
delete |
|
overridenoexcept |
Gdl::DockBar::DockBar | ( | Dock& | dock | ) |
Gtk::Orientation Gdl::DockBar::get_orientation | ( | ) | const |
DockBarStyle Gdl::DockBar::get_style | ( | ) | const |
|
static |
Get the GType for this class, for use with the underlying GObject type system.
|
inline |
Provides access to the underlying C GtkObject.
|
inline |
Provides access to the underlying C GtkObject.
Glib::PropertyProxy< DockBarStyle > Gdl::DockBar::property_dockbar_style | ( | ) |
Dockbar style to show items on it.
Glib::PropertyProxy_ReadOnly< DockBarStyle > Gdl::DockBar::property_dockbar_style | ( | ) | const |
Dockbar style to show items on it.
Glib::PropertyProxy< Glib::RefPtr<DockMaster> > Gdl::DockBar::property_master | ( | ) |
GdlDockMaster object which the dockbar widget is attached to.
Glib::PropertyProxy_ReadOnly< Glib::RefPtr<DockMaster> > Gdl::DockBar::property_master | ( | ) | const |
GdlDockMaster object which the dockbar widget is attached to.
void Gdl::DockBar::set_style | ( | DockBarStyle | style | ) |
|
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. |