unit class GTK::V3::Gtk::GtkOrientable; also is GTK::V3::Glib::GInterface;
my GTK::V3::Gtk::GtkLevelBar $level-bar .= new(:empty); my GTK::V3::Gtk::GtkOrientable $o .= new(:widget($level-bar)); $o.set-orientation(GTK_ORIENTATION_VERTICAL);
Create an orientable object.
multi submethod BUILD ( :$widget )
Create an orientable object using a native object from elsewhere. See also Gtk::V3::Glib::GObject.
method gtk_orientable_get_orientation ( GtkOrientation )
Sets the orientation of the orientable.
method gtk_orientable_get_orientation ( --> GtkOrientation $orientation )
Set the orientation of the orientable.
The orientation of the orientable.
GTK_ORIENTATION_HORIZONTAL; horizontal orientation.
GTK_ORIENTATION_VERTICAL; vertical orientation.