Back to Seed Clases

Gtk


Classes

Interfaces

Structs

Unions

Enums

Interface Gtk.Orientable

Import line: Gtk = imports.gi.Gtk;
GIR File: Gtk-3.0.gir
C documentation: GtkOrientable
Interface : Orientable
Implementations: GnomeBluetooth.Chooser, GnomeBluetooth.ChooserCombo, GnomeBluetooth.FilterWidget, Gtk.AppChooserWidget, Gtk.Box, Gtk.ButtonBox, Gtk.CellAreaBox, Gtk.CellRendererProgress, Gtk.CellView, Gtk.ColorSelection, Gtk.FileChooserButton, Gtk.FileChooserWidget, Gtk.FontSelection, Gtk.Grid, Gtk.HBox, Gtk.HButtonBox, Gtk.HPaned, Gtk.HScale, Gtk.HScrollbar, Gtk.HSeparator, Gtk.InfoBar, Gtk.Paned, Gtk.ProgressBar, Gtk.Range, Gtk.RecentChooserWidget, Gtk.Scale, Gtk.ScaleButton, Gtk.Scrollbar, Gtk.Separator, Gtk.Statusbar, Gtk.ToolPalette, Gtk.Toolbar, Gtk.VBox, Gtk.VButtonBox, Gtk.VPaned, Gtk.VScale, Gtk.VScrollbar, Gtk.VSeparator, Gtk.VolumeButton
The GtkOrientable 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
or GtkScale/GtkHScale/GtkVScale). GtkOrientable is more flexible in that
it allows the orientation to be changed at runtime, allowing the widgets
to 'flip'.
GtkOrientable was introduced in GTK+ 2.16.
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
Events
None
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:14:42 GMT+0800 (HKT)