gtk.list_base
Module for [ListBase] class
Types 3
[gtk.list_base.ListBase] is the abstract base class for GTK's list widgets.
Methods
ListBaseGidBuilder builder()Get builder for [gtk.list_base.ListBase] Returns: New builder objectgtk.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.classListBaseGidBuilderImpl(T) : gtk.widget.WidgetGidBuilderImpl!T, gtk.orientable.OrientableGidBuilderImpl!T, gtk.scrollable.ScrollableGidBuilderImpl!T
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