gtk.orientable_mixin

Module for Orientable interface mixin

Public Imports

gtk.orientable_iface_proxy
public import gtk.orientable_iface_proxy;
Undocumented in source.
gid.gid
public import gid.gid;
Undocumented in source.
gobject.gid_builder
public import gobject.gid_builder;
Undocumented in source.
gtk.c.functions
public import gtk.c.functions;
Undocumented in source.
gtk.c.types
public import gtk.c.types;
Undocumented in source.
gtk.types
public import gtk.types;
Undocumented in source.

Members

Templates

OrientableGidBuilderT
template OrientableGidBuilderT()

Fluent builder implementation template for gtk.orientable.Orientable

OrientableT
template OrientableT()

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”.