Ardour  8.7-14-g57a6773833
Gtk::Box_Helpers::Child Class Reference

#include <box.h>

Inheritance diagram for Gtk::Box_Helpers::Child:
[legend]

Public Member Functions

_GtkBoxChildgobj ()
 Provides access to the underlying C GObject. More...
 
const _GtkBoxChildgobj () const
 Provides access to the underlying C GObject. More...
 
Widgetget_widget () const
 
guint16 get_padding () const
 
bool get_expand () const
 
bool get_fill () const
 
bool get_pack () const
 
void set_options (PackOptions options, guint padding=0)
 
void set_options (bool expand, bool fill, guint padding=0)
 
void set_pack (PackType pack)
 

Protected Member Functions

GtkBoxparent ()
 
void redraw ()
 

Private Member Functions

Childoperator= (const Child &)
 
 Child (const Child &)
 

Additional Inherited Members

- Protected Attributes inherited from _GtkBoxChild
GtkWidgetwidget
 
guint16 padding
 
guint expand: 1
 
guint fill: 1
 
guint pack: 1
 
guint is_secondary: 1
 

Detailed Description

Definition at line 105 of file tk/ytkmm/ytkmm/gtkmm/box.h.

Constructor & Destructor Documentation

◆ Child()

Gtk::Box_Helpers::Child::Child ( const Child )
private

Member Function Documentation

◆ get_expand()

bool Gtk::Box_Helpers::Child::get_expand ( ) const
inline

Definition at line 120 of file tk/ytkmm/ytkmm/gtkmm/box.h.

◆ get_fill()

bool Gtk::Box_Helpers::Child::get_fill ( ) const
inline

Definition at line 121 of file tk/ytkmm/ytkmm/gtkmm/box.h.

◆ get_pack()

bool Gtk::Box_Helpers::Child::get_pack ( ) const
inline

Definition at line 122 of file tk/ytkmm/ytkmm/gtkmm/box.h.

◆ get_padding()

guint16 Gtk::Box_Helpers::Child::get_padding ( ) const
inline

Definition at line 119 of file tk/ytkmm/ytkmm/gtkmm/box.h.

◆ get_widget()

Widget* Gtk::Box_Helpers::Child::get_widget ( ) const

◆ gobj() [1/2]

_GtkBoxChild* Gtk::Box_Helpers::Child::gobj ( )
inline

Provides access to the underlying C GObject.

Definition at line 113 of file tk/ytkmm/ytkmm/gtkmm/box.h.

◆ gobj() [2/2]

const _GtkBoxChild* Gtk::Box_Helpers::Child::gobj ( ) const
inline

Provides access to the underlying C GObject.

Definition at line 115 of file tk/ytkmm/ytkmm/gtkmm/box.h.

◆ operator=()

Child& Gtk::Box_Helpers::Child::operator= ( const Child )
private

◆ parent()

GtkBox* Gtk::Box_Helpers::Child::parent ( )
inlineprotected

Definition at line 130 of file tk/ytkmm/ytkmm/gtkmm/box.h.

◆ redraw()

void Gtk::Box_Helpers::Child::redraw ( )
protected

◆ set_options() [1/2]

void Gtk::Box_Helpers::Child::set_options ( bool  expand,
bool  fill,
guint  padding = 0 
)

◆ set_options() [2/2]

void Gtk::Box_Helpers::Child::set_options ( PackOptions  options,
guint  padding = 0 
)

◆ set_pack()

void Gtk::Box_Helpers::Child::set_pack ( PackType  pack)

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