| gtkmm 4.18.0
    | 
A Gtk::Requisition represents the desired size of a widget. More...
#include <gtkmm/requisition.h>
| Public Member Functions | |
| Requisition (const Requisition & other) noexcept | |
| Requisition & | operator= (const Requisition & other) noexcept | 
| Requisition (Requisition && other) noexcept | |
| Requisition & | operator= (Requisition && other) noexcept | 
| Requisition () | |
| Requisition (const GtkRequisition * gobject) | |
| GtkRequisition * | gobj () | 
| Provides access to the underlying C instance. | |
| const GtkRequisition * | gobj () const | 
| Provides access to the underlying C instance. | |
| Requisition (int width, int height) | |
| Creates a new requisition instance with this size. | |
| int | get_width () const | 
| void | set_width (const int & value) | 
| int | get_height () const | 
| void | set_height (const int & value) | 
| Static Public Member Functions | |
| static GType | get_type () | 
| Get the GType for this class, for use with the underlying GObject type system. | |
| Protected Attributes | |
| GtkRequisition | gobject_ | 
| Related Symbols | |
| (Note that these are not member symbols.) | |
| Gtk::Requisition & | wrap (GtkRequisition * object) | 
| const Gtk::Requisition & | wrap (const GtkRequisition * object) | 
A Gtk::Requisition represents the desired size of a widget.
| 
 | noexcept | 
| 
 | noexcept | 
| Gtk::Requisition::Requisition | ( | ) | 
| 
 | explicit | 
| Gtk::Requisition::Requisition | ( | int | width, | 
| int | height ) | 
Creates a new requisition instance with this size.
| int Gtk::Requisition::get_height | ( | ) | const | 
| 
 | static | 
Get the GType for this class, for use with the underlying GObject type system.
| int Gtk::Requisition::get_width | ( | ) | const | 
| 
 | inline | 
Provides access to the underlying C instance.
| 
 | inline | 
Provides access to the underlying C instance.
| 
 | noexcept | 
| 
 | noexcept | 
| void Gtk::Requisition::set_height | ( | const int & | value | ) | 
| void Gtk::Requisition::set_width | ( | const int & | value | ) | 
| 
 | 
| object | The C instance | 
| 
 | 
| object | The C instance | 
| 
 | protected |