Package org.gnome.gtk
Class AccessibleList
java.lang.Object
io.github.jwharm.javagi.base.ProxyInstance
org.gnome.gtk.AccessibleList
- All Implemented Interfaces:
Proxy
A boxed type which wraps a list of references to GtkAccessible objects.
-
Constructor Summary
ConstructorDescriptionAccessibleList
(MemorySegment address) Create a AccessibleList proxy instance for the provided memory address. -
Method Summary
Modifier and TypeMethodDescriptionstatic AccessibleList
fromArray
(Accessible[] accessibles) Allocates a new list of accessible instances.static AccessibleList
fromList
(List<Accessible> list) Allocates a newGtkAccessibleList
, doing a shallow copy of the passed list ofGtkAccessible
instances.Gets the list of objects this boxed type holdsstatic Type
getType()
Get the GType of the AccessibleList classMethods inherited from class io.github.jwharm.javagi.base.ProxyInstance
equals, handle, hashCode
-
Constructor Details
-
AccessibleList
Create a AccessibleList proxy instance for the provided memory address.- Parameters:
address
- the memory address of the native object
-
-
Method Details
-
getType
-
fromArray
Allocates a new list of accessible instances.- Parameters:
accessibles
- array of GtkAccessible- Returns:
- the newly created list of accessible instances
-
fromList
Allocates a newGtkAccessibleList
, doing a shallow copy of the passed list ofGtkAccessible
instances.- Parameters:
list
- a reference to aGList
containing a list of accessible values- Returns:
- the list of accessible instances
-
getObjects
Gets the list of objects this boxed type holds- Returns:
- a shallow copy of the objects
-