Package org.gnome.adw
Class Swipeable.SwipeableInterface
java.lang.Object
io.github.jwharm.javagi.base.ProxyInstance
org.gnome.gobject.TypeInterface
org.gnome.adw.Swipeable.SwipeableInterface
-
Constructor Summary
ConstructorDescriptionAllocate a new SwipeableInterface.SwipeableInterface
(Arena arena) Allocate a new SwipeableInterface.SwipeableInterface
(MemorySegment address) Create a SwipeableInterface proxy instance for the provided memory address. -
Method Summary
Modifier and TypeMethodDescriptionstatic MemoryLayout
The memory layout of the native struct.void
overrideGetCancelProgress
(Arena arena, Method method) Override virtual methodget_cancel_progress
.void
overrideGetDistance
(Arena arena, Method method) Override virtual methodget_distance
.void
overrideGetProgress
(Arena arena, Method method) Override virtual methodget_progress
.void
overrideGetSnapPoints
(Arena arena, Method method) Override virtual methodget_snap_points
.void
overrideGetSwipeArea
(Arena arena, Method method) Override virtual methodget_swipe_area
.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
-
SwipeableInterface
Create a SwipeableInterface proxy instance for the provided memory address.- Parameters:
address
- the memory address of the native object
-
SwipeableInterface
Allocate a new SwipeableInterface.- Parameters:
arena
- to control the memory allocation scope
-
SwipeableInterface
public SwipeableInterface()Allocate a new SwipeableInterface. The memory is allocated withArena.ofAuto()
.
-
-
Method Details
-
getMemoryLayout
The memory layout of the native struct.- Returns:
- the memory layout
-
overrideGetDistance
-
overrideGetSnapPoints
-
overrideGetProgress
-
overrideGetCancelProgress
-
overrideGetSwipeArea
-