Package org.gnome.gtk
Class Actionable.ActionableInterface
java.lang.Object
io.github.jwharm.javagi.base.ProxyInstance
org.gnome.gobject.TypeInterface
org.gnome.gtk.Actionable.ActionableInterface
- All Implemented Interfaces:
Proxy
- Enclosing interface:
Actionable
The interface vtable for
GtkActionable
.-
Constructor Summary
ConstructorDescriptionAllocate a new ActionableInterface.ActionableInterface
(Arena arena) Allocate a new ActionableInterface.ActionableInterface
(MemorySegment address) Create a ActionableInterface proxy instance for the provided memory address. -
Method Summary
Modifier and TypeMethodDescriptionstatic MemoryLayout
The memory layout of the native struct.void
overrideGetActionName
(Arena arena, Method method) Override virtual methodget_action_name
.void
overrideGetActionTargetValue
(Arena arena, Method method) Override virtual methodget_action_target_value
.void
overrideSetActionName
(Arena arena, Method method) Override virtual methodset_action_name
.void
overrideSetActionTargetValue
(Arena arena, Method method) Override virtual methodset_action_target_value
.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
-
ActionableInterface
Create a ActionableInterface proxy instance for the provided memory address.- Parameters:
address
- the memory address of the native object
-
ActionableInterface
Allocate a new ActionableInterface.- Parameters:
arena
- to control the memory allocation scope
-
ActionableInterface
public ActionableInterface()Allocate a new ActionableInterface. The memory is allocated withArena.ofAuto()
.
-
-
Method Details
-
getMemoryLayout
The memory layout of the native struct.- Returns:
- the memory layout
-
overrideGetActionName
-
overrideSetActionName
-
overrideGetActionTargetValue
-
overrideSetActionTargetValue
-