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 _getGType() static nothrow
GType _gType() @property nothrow
ListBase self() nothrowReturns `this`, for use in `with` statements.
ListBaseGidBuilder builder() static nothrowGet builder for [gtk.list_base.ListBase] Returns: New builder object
gtk.types.Orientation orientation() @property nothrowGet `orientation` property. Returns: The orientation of the list. See GtkOrientable:orientation for details.
void orientation(gtk.types.Orientation propval) @property nothrowSet `orientation` property. Params: propval = The orientation of the list. See GtkOrientable:orientation for details.
Constructors
this(void * ptr, Flag!"Take" take)

Fluent builder implementation template for gtk.list_base.ListBase

Methods
T orientation(gtk.types.Orientation propval) nothrowSet `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
ListBase build() nothrowCreate object from builder. Returns: New object