gtkmm 4.19.0
|
This interface is implemented by all widgets that can be oriented horizontally or vertically. More...
#include <gtkmm/orientable.h>
Static Public Member Functions | |
static void | add_interface (GType gtype_implementer) |
static GType | get_type () |
Get the GType for this class, for use with the underlying GObject type system. | |
Protected Member Functions | |
Orientable () | |
You should derive from this class to use it. | |
![]() | |
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) |
Related Symbols | |
(Note that these are not member symbols.) | |
Glib::RefPtr< Gtk::Orientable > | wrap (GtkOrientable *object, bool take_copy=false) |
A Glib::wrap() method for this object. | |
Additional Inherited Members | |
![]() | |
typedef internal::func_destroy_notify | func_destroy_notify |
![]() | |
typedef internal::func_destroy_notify | func_destroy_notify |
This interface is implemented by all widgets that can be oriented horizontally or vertically.
Historically, such widgets have been realized as subclasses of a common base class (e.g GtkBox/GtkHBox/GtkVBox and GtkScale/GtkHScale/GtkVScale). GtkOrientable is more flexible in that it allows the orientation to be changed at runtime, allowing the widgets to 'flip'.
|
protected |
You should derive from this class to use it.
|
noexcept |
|
overridenoexcept |
Orientation Gtk::Orientable::get_orientation | ( | ) | const |
Retrieves the orientation of the orientable.
|
static |
Get the GType for this class, for use with the underlying GObject type system.
|
inline |
Provides access to the underlying C GObject.
|
inline |
Provides access to the underlying C GObject.
|
noexcept |
Glib::PropertyProxy< Orientation > Gtk::Orientable::property_orientation | ( | ) |
The orientation of the orientable.
Default value: Gtk::Orientation::HORIZONTAL
Glib::PropertyProxy_ReadOnly< Orientation > Gtk::Orientable::property_orientation | ( | ) | const |
The orientation of the orientable.
Default value: Gtk::Orientation::HORIZONTAL
void Gtk::Orientable::set_orientation | ( | Orientation | orientation | ) |
Sets the orientation of the orientable.
orientation | The orientable’s new orientation. |
|
related |
A Glib::wrap() method for this object.
object | The C instance. |
take_copy | False if the result should take ownership of the C instance. True if it should take a new copy or ref. |