module Gtk::Orientable
Overview
The Gtk::Orientable
interface is implemented by all widgets that can be
oriented horizontally or vertically.
Gtk::Orientable
is more flexible in that it allows the orientation to be
changed at runtime, allowing the widgets to “flip”.
Direct including types
- Gtk::Box
- Gtk::BoxLayout
- Gtk::CellAreaBox
- Gtk::CellRendererProgress
- Gtk::CellView
- Gtk::CenterBox
- Gtk::FlowBox
- Gtk::Grid
- Gtk::GridView
- Gtk::LevelBar
- Gtk::ListBase
- Gtk::ListView
- Gtk::Paned
- Gtk::ProgressBar
- Gtk::Range
- Gtk::Scale
- Gtk::ScaleButton
- Gtk::Scrollbar
- Gtk::Separator
- Gtk::ShortcutsGroup
- Gtk::ShortcutsSection
- Gtk::SpinButton
- Gtk::StackSwitcher
- Gtk::VolumeButton
Defined in:
lib/gi-crystal/src/auto/gtk-4.0/orientable.crConstructors
-
.cast(obj : GObject::Object) : self
Cast a
GObject::Object
toself
, throws aTypeCastError
if the cast can't be made.
Class Method Summary
Instance Method Summary
Constructor Detail
Cast a GObject::Object
to self
, throws a TypeCastError
if the cast can't be made.