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

Inherits Container.

Public Member Functions

 DockItemGrip (DockItemGrip&& src) noexcept
 
DockItemGripoperator= (DockItemGrip&& src) noexcept
 
 DockItemGrip (const DockItemGrip&)=delete
 
DockItemGripoperator= (const DockItemGrip&)=delete
 
 ~DockItemGrip () noexcept override
 
GdlDockItemGrip* gobj ()
 Provides access to the underlying C GtkObject. More...
 
const GdlDockItemGrip* gobj () const
 Provides access to the underlying C GtkObject. More...
 
 DockItemGrip ()
 
void set_label (Gtk::Widget& label)
 
void hide_handle ()
 
void show_handle ()
 

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::DockItemGripwrap (GdlDockItemGrip* object, bool take_copy=false)
 A Glib::wrap() method for this object. More...
 

Constructor & Destructor Documentation

§ DockItemGrip() [1/3]

Gdl::DockItemGrip::DockItemGrip ( DockItemGrip&&  src)
noexcept

§ DockItemGrip() [2/3]

Gdl::DockItemGrip::DockItemGrip ( const DockItemGrip )
delete

§ ~DockItemGrip()

Gdl::DockItemGrip::~DockItemGrip ( )
overridenoexcept

§ DockItemGrip() [3/3]

Gdl::DockItemGrip::DockItemGrip ( )

Member Function Documentation

§ get_type()

static GType Gdl::DockItemGrip::get_type ( )
static

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

§ gobj() [1/2]

GdlDockItemGrip* Gdl::DockItemGrip::gobj ( )
inline

Provides access to the underlying C GtkObject.

§ gobj() [2/2]

const GdlDockItemGrip* Gdl::DockItemGrip::gobj ( ) const
inline

Provides access to the underlying C GtkObject.

§ hide_handle()

void Gdl::DockItemGrip::hide_handle ( )

§ operator=() [1/2]

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

§ operator=() [2/2]

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

§ set_label()

void Gdl::DockItemGrip::set_label ( Gtk::Widget &  label)

§ show_handle()

void Gdl::DockItemGrip::show_handle ( )

Friends And Related Function Documentation

§ wrap()

Gdl::DockItemGrip* wrap ( GdlDockItemGrip *  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: