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)
GType _gType() @property
AccessibleList self()Returns `this`, for use in `with` statements.
gtk.accessible_list.AccessibleList newFromArray(gtk.accessible.Accessible[] accessibles)Allocates a new list of accessible instances.
gtk.accessible_list.AccessibleList newFromList(gtk.accessible.Accessible[] list)Allocates a new [gtk.accessible_list.AccessibleList], doing a shallow copy of the passed list of [gtk.accessible.Accessible] instances.
gtk.accessible.Accessible[] getObjects()Gets the list of objects this boxed type holds Returns: a shallow copy of the objects
Constructors
this(void * ptr, Flag!"Take" take)