Package org.gnome.gtk
Class ColorChooser.ColorChooserInterface
java.lang.Object
io.github.jwharm.javagi.base.ProxyInstance
org.gnome.gobject.TypeInterface
org.gnome.gtk.ColorChooser.ColorChooserInterface
-
Constructor Summary
ConstructorDescriptionAllocate a new ColorChooserInterface.ColorChooserInterface
(Arena arena) Allocate a new ColorChooserInterface.ColorChooserInterface
(MemorySegment address) Create a ColorChooserInterface proxy instance for the provided memory address. -
Method Summary
Modifier and TypeMethodDescriptionstatic MemoryLayout
The memory layout of the native struct.void
overrideAddPalette
(Arena arena, Method method) Override virtual methodadd_palette
.void
overrideColorActivated
(Arena arena, Method method) Override virtual methodcolor_activated
.void
overrideGetRgba
(Arena arena, Method method) Override virtual methodget_rgba
.void
overrideSetRgba
(Arena arena, Method method) Override virtual methodset_rgba
.Methods inherited from class org.gnome.gobject.TypeInterface
addPrerequisite, getPlugin, instantiatablePrerequisite, peek, peekParent, prerequisites, readGInstanceType, readGType, writeGInstanceType, writeGType
Methods inherited from class io.github.jwharm.javagi.base.ProxyInstance
equals, handle, hashCode
-
Constructor Details
-
ColorChooserInterface
Create a ColorChooserInterface proxy instance for the provided memory address.- Parameters:
address
- the memory address of the native object
-
ColorChooserInterface
Allocate a new ColorChooserInterface.- Parameters:
arena
- to control the memory allocation scope
-
ColorChooserInterface
public ColorChooserInterface()Allocate a new ColorChooserInterface. The memory is allocated withArena.ofAuto()
.
-
-
Method Details
-
getMemoryLayout
The memory layout of the native struct.- Returns:
- the memory layout
-
overrideGetRgba
-
overrideSetRgba
-
overrideAddPalette
-
overrideColorActivated
-