gtk.accessible_list

Module for [AccessibleList] class

Types 1

A boxed type which wraps a list of references to GtkAccessible objects.

Methods
void * _cPtr(Flag!"Dup" dup = No.Dup) nothrow
GType _getGType() static nothrow
GType _gType() @property nothrow
AccessibleList self() nothrowReturns `this`, for use in `with` statements.
gtk.accessible_list.AccessibleList newFromArray(gtk.accessible.Accessible[] accessibles) static nothrowAllocates a new list of accessible instances.
gtk.accessible_list.AccessibleList newFromList(gtk.accessible.Accessible[] list) static nothrowAllocates a new [gtk.accessible_list.AccessibleList], doing a shallow copy of the passed list of [gtk.accessible.Accessible] instances.
gtk.accessible.Accessible[] getObjects() nothrowGets the list of objects this boxed type holds Returns: a shallow copy of the objects
Constructors
this(void * ptr, Flag!"Take" take)