|
| BoxLayout (BoxLayout && src) noexcept |
|
BoxLayout & | operator= (BoxLayout && src) noexcept |
|
| ~BoxLayout () noexcept override |
|
GtkBoxLayout * | gobj () |
| Provides access to the underlying C GObject.
|
|
const GtkBoxLayout * | gobj () const |
| Provides access to the underlying C GObject.
|
|
GtkBoxLayout * | gobj_copy () |
| Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
|
|
void | set_homogeneous (bool homogeneous=true) |
| Sets whether the box layout will allocate the same size to all children.
|
|
bool | get_homogeneous () const |
| Returns whether the layout is set to be homogeneous.
|
|
void | set_spacing (guint spacing) |
| Sets how much spacing to put between children.
|
|
guint | get_spacing () const |
| Returns the space that box_layout puts between children.
|
|
void | set_baseline_position (BaselinePosition position) |
| Sets the baseline position of a box layout.
|
|
BaselinePosition | get_baseline_position () const |
| Gets the value set by set_baseline_position().
|
|
Glib::PropertyProxy< bool > | property_homogeneous () |
| Whether the box layout should distribute the available space equally among the children.
|
|
Glib::PropertyProxy_ReadOnly< bool > | property_homogeneous () const |
| Whether the box layout should distribute the available space equally among the children.
|
|
Glib::PropertyProxy< int > | property_spacing () |
| The space to put between the children.
|
|
Glib::PropertyProxy_ReadOnly< int > | property_spacing () const |
| The space to put between the children.
|
|
Glib::PropertyProxy< BaselinePosition > | property_baseline_position () |
| The position of the allocated baseline within the extra space allocated to each child.
|
|
Glib::PropertyProxy_ReadOnly< BaselinePosition > | property_baseline_position () const |
| The position of the allocated baseline within the extra space allocated to each child.
|
|
| LayoutManager (LayoutManager && src) noexcept |
|
LayoutManager & | operator= (LayoutManager && src) noexcept |
|
| ~LayoutManager () noexcept override |
|
GtkLayoutManager * | gobj () |
| Provides access to the underlying C GObject.
|
|
const GtkLayoutManager * | gobj () const |
| Provides access to the underlying C GObject.
|
|
GtkLayoutManager * | gobj_copy () |
| Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
|
|
void | measure (Widget & widget, Orientation orientation, int for_size, int & minimum, int & natural, int & minimum_baseline, int & natural_baseline) const |
| Measures the size of the widget using manager, for the given orientation and size.
|
|
void | allocate (Widget & widget, int width, int height, int baseline) |
| Assigns the given width, height, and baseline to a widget, and computes the position and sizes of the children of the widget using the layout management policy of manager.
|
|
SizeRequestMode | get_request_mode () const |
| Retrieves the request mode of manager.
|
|
Widget * | get_widget () |
| Retrieves the Gtk::Widget using the given Gtk::LayoutManager .
|
|
const Widget * | get_widget () const |
| Retrieves the Gtk::Widget using the given Gtk::LayoutManager .
|
|
void | layout_changed () |
| Queues a resize on the Gtk::Widget using manager, if any.
|
|
Glib::RefPtr< LayoutChild > | get_layout_child (Widget & child) |
| Retrieves a Gtk::LayoutChild instance for the Gtk::LayoutManager , creating one if necessary.
|
|
Glib::RefPtr< const LayoutChild > | get_layout_child (Widget & child) const |
| Retrieves a Gtk::LayoutChild instance for the Gtk::LayoutManager , creating one if necessary.
|
|
| Object (const Object &)=delete |
|
Object & | operator= (const Object &)=delete |
|
| Object (Object &&src) noexcept |
|
Object & | operator= (Object &&src) noexcept |
|
void * | get_data (const QueryQuark &key) |
|
void | set_data (const Quark &key, void *data) |
|
void | set_data (const Quark &key, void *data, DestroyNotify notify) |
|
void | remove_data (const QueryQuark &quark) |
|
void * | steal_data (const QueryQuark &quark) |
|
Glib::RefPtr< Glib::Object > | wrap (GObject *object, bool take_copy=false) |
|
| ObjectBase (const ObjectBase &)=delete |
|
ObjectBase & | operator= (const ObjectBase &)=delete |
|
void | set_property_value (const Glib::ustring &property_name, const Glib::ValueBase &value) |
|
void | get_property_value (const Glib::ustring &property_name, Glib::ValueBase &value) const |
|
void | set_property (const Glib::ustring &property_name, const PropertyType &value) |
|
void | get_property (const Glib::ustring &property_name, PropertyType &value) const |
|
PropertyType | get_property (const Glib::ustring &property_name) const |
|
sigc::connection | connect_property_changed (const Glib::ustring &property_name, const sigc::slot< void()> &slot) |
|
sigc::connection | connect_property_changed (const Glib::ustring &property_name, sigc::slot< void()> &&slot) |
|
void | freeze_notify () |
|
void | thaw_notify () |
|
virtual void | reference () const |
|
virtual void | unreference () const |
|
GObject * | gobj () |
|
const GObject * | gobj () const |
|
GObject * | gobj_copy () const |
|
| Orientable (Orientable && src) noexcept |
|
Orientable & | operator= (Orientable && src) noexcept |
|
| ~Orientable () noexcept override |
|
GtkOrientable * | gobj () |
| Provides access to the underlying C GObject.
|
|
const GtkOrientable * | gobj () const |
| Provides access to the underlying C GObject.
|
|
void | set_orientation (Orientation orientation) |
| Sets the orientation of the orientable.
|
|
Orientation | get_orientation () const |
| Retrieves the orientation of the orientable.
|
|
Glib::PropertyProxy< Orientation > | property_orientation () |
| The orientation of the orientable.
|
|
Glib::PropertyProxy_ReadOnly< Orientation > | property_orientation () const |
| The orientation of the orientable.
|
|
| Interface () |
|
| Interface (Interface &&src) noexcept |
|
Interface & | operator= (Interface &&src) noexcept |
|
| Interface (const Glib::Interface_Class &interface_class) |
|
| Interface (GObject *castitem) |
|
| ~Interface () noexcept override |
|
| Interface (const Interface &)=delete |
|
Interface & | operator= (const Interface &)=delete |
|
GObject * | gobj () |
|
const GObject * | gobj () const |
|
|
| BoxLayout (Orientation orientation=Orientation::HORIZONTAL) |
|
| LayoutManager () |
| There is no create() method that corresponds to this constructor, because only derived classes shall be created.
|
|
virtual SizeRequestMode | get_request_mode_vfunc (const Widget & widget) const |
|
virtual void | measure_vfunc (const Widget & widget, Orientation orientation, int for_size, int & minimum, int & natural, int & minimum_baseline, int & natural_baseline) const |
|
virtual void | allocate_vfunc (const Widget & widget, int width, int height, int baseline) |
|
virtual Glib::RefPtr< LayoutChild > | create_layout_child_vfunc (const Widget & widget, const Widget & for_child) |
|
virtual void | root_vfunc () |
|
virtual void | unroot_vfunc () |
|
| Object () |
|
| Object (const Glib::ConstructParams &construct_params) |
|
| Object (GObject *castitem) |
|
| ~Object () noexcept override |
|
| ObjectBase () |
|
| ObjectBase (const char *custom_type_name) |
|
| ObjectBase (const std::type_info &custom_type_info) |
|
| ObjectBase (ObjectBase &&src) noexcept |
|
ObjectBase & | operator= (ObjectBase &&src) noexcept |
|
virtual | ~ObjectBase () noexcept=0 |
|
void | initialize (GObject *castitem) |
|
void | initialize_move (GObject *castitem, Glib::ObjectBase *previous_wrapper) |
|
| Orientable () |
| You should derive from this class to use it.
|
|
Layout manager for placing all children in a single row or column.
A Gtk::BoxLayout is a layout manager that arranges the children of any widget using it into a single row or column, depending on the value of its Gtk::Orientable::property_orientation(). Within the other dimension all children all allocated the same size. The Gtk::BoxLayout will respect Gtk::Widget::property_halign() and Gtk::Widget::property_valign() of each child widget.
If you want all children to be assigned the same size, you can use property_homogeneous().
If you want to specify the amount of space placed between each child, you can use the property_spacing().
- Since gtkmm 3.96: