gdlmm  3.7.3
Public Member Functions | Static Public Member Functions | Related Functions | List of all members
Gdl::DockBar Class Reference

Inherits Box.

Public Member Functions

 DockBar (DockBar&& src) noexcept
 
DockBaroperator= (DockBar&& src) noexcept
 
 DockBar (const DockBar&)=delete
 
DockBaroperator= (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< DockBarStyleproperty_dockbar_style ()
 Dockbar style to show items on it. More...
 
Glib::PropertyProxy_ReadOnly< DockBarStyleproperty_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::DockBarwrap (GdlDockBar* object, bool take_copy=false)
 A Glib::wrap() method for this object. More...
 

Constructor & Destructor Documentation

§ DockBar() [1/3]

Gdl::DockBar::DockBar ( DockBar&&  src)
noexcept

§ DockBar() [2/3]

Gdl::DockBar::DockBar ( const DockBar )
delete

§ ~DockBar()

Gdl::DockBar::~DockBar ( )
overridenoexcept

§ DockBar() [3/3]

Gdl::DockBar::DockBar ( Dock dock)

Member Function Documentation

§ get_orientation()

Gtk::Orientation Gdl::DockBar::get_orientation ( ) const

§ get_style()

DockBarStyle Gdl::DockBar::get_style ( ) const

§ get_type()

static GType Gdl::DockBar::get_type ( )
static

Get the GType for this class, for use with the underlying GObject type system.

§ gobj() [1/2]

GdlDockBar* Gdl::DockBar::gobj ( )
inline

Provides access to the underlying C GtkObject.

§ gobj() [2/2]

const GdlDockBar* Gdl::DockBar::gobj ( ) const
inline

Provides access to the underlying C GtkObject.

§ operator=() [1/2]

DockBar& Gdl::DockBar::operator= ( DockBar&&  src)
noexcept

§ operator=() [2/2]

DockBar& Gdl::DockBar::operator= ( const DockBar )
delete

§ property_dockbar_style() [1/2]

Glib::PropertyProxy< DockBarStyle > Gdl::DockBar::property_dockbar_style ( )

Dockbar style to show items on it.

Returns
A PropertyProxy that allows you to get or set the value of the property, or receive notification when the value of the property changes.

§ property_dockbar_style() [2/2]

Glib::PropertyProxy_ReadOnly< DockBarStyle > Gdl::DockBar::property_dockbar_style ( ) const

Dockbar style to show items on it.

Returns
A PropertyProxy_ReadOnly that allows you to get the value of the property, or receive notification when the value of the property changes.

§ property_master() [1/2]

Glib::PropertyProxy< Glib::RefPtr<DockMaster> > Gdl::DockBar::property_master ( )

GdlDockMaster object which the dockbar widget is attached to.

Returns
A PropertyProxy that allows you to get or set the value of the property, or receive notification when the value of the property changes.

§ property_master() [2/2]

Glib::PropertyProxy_ReadOnly< Glib::RefPtr<DockMaster> > Gdl::DockBar::property_master ( ) const

GdlDockMaster object which the dockbar widget is attached to.

Returns
A PropertyProxy_ReadOnly that allows you to get the value of the property, or receive notification when the value of the property changes.

§ set_style()

void Gdl::DockBar::set_style ( DockBarStyle  style)

Friends And Related Function Documentation

§ wrap()

Gdl::DockBar* wrap ( GdlDockBar *  object,
bool  take_copy = false 
)
related

A Glib::wrap() method for this object.

Parameters
objectThe C instance.
take_copyFalse if the result should take ownership of the C instance. True if it should take a new copy or ref.
Returns
A C++ instance that wraps this C instance.

The documentation for this class was generated from the following file: