gtk.list_base

Module for [ListBase] class

Types 3

[gtk.list_base.ListBase] is the abstract base class for GTK's list widgets.

Methods
GType _gType() @property
ListBase self()Returns `this`, for use in `with` statements.
ListBaseGidBuilder builder()Get builder for [gtk.list_base.ListBase] Returns: New builder object
gtk.types.Orientation orientation() @propertyGet `orientation` property. Returns: The orientation of the list. See GtkOrientable:orientation for details.
void orientation(gtk.types.Orientation propval) @propertySet `orientation` property. Params: propval = The orientation of the list. See GtkOrientable:orientation for details.
Constructors
this(void * ptr, Flag!"Take" take)
Methods
T orientation(gtk.types.Orientation propval)Set `orientation` property. Params: propval = The orientation of the list. See GtkOrientable:orientation for details. Returns: Builder instance for fluent chaining

Fluent builder for [gtk.list_base.ListBase]

Methods