Package org.gnome.gtk
Class PrintOperationPreview.PrintOperationPreviewIface
java.lang.Object
io.github.jwharm.javagi.base.ProxyInstance
org.gnome.gobject.TypeInterface
org.gnome.gtk.PrintOperationPreview.PrintOperationPreviewIface
-
Constructor Summary
ConstructorDescriptionAllocate a new PrintOperationPreviewIface.PrintOperationPreviewIface
(Arena arena) Allocate a new PrintOperationPreviewIface.PrintOperationPreviewIface
(MemorySegment address) Create a PrintOperationPreviewIface proxy instance for the provided memory address. -
Method Summary
Modifier and TypeMethodDescriptionstatic MemoryLayout
The memory layout of the native struct.void
overrideEndPreview
(Arena arena, Method method) Override virtual methodend_preview
.void
overrideGotPageSize
(Arena arena, Method method) Override virtual methodgot_page_size
.void
overrideIsSelected
(Arena arena, Method method) Override virtual methodis_selected
.void
overrideReady
(Arena arena, Method method) Override virtual methodready
.void
overrideRenderPage
(Arena arena, Method method) Override virtual methodrender_page
.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
-
PrintOperationPreviewIface
Create a PrintOperationPreviewIface proxy instance for the provided memory address.- Parameters:
address
- the memory address of the native object
-
PrintOperationPreviewIface
Allocate a new PrintOperationPreviewIface.- Parameters:
arena
- to control the memory allocation scope
-
PrintOperationPreviewIface
public PrintOperationPreviewIface()Allocate a new PrintOperationPreviewIface. The memory is allocated withArena.ofAuto()
.
-
-
Method Details
-
getMemoryLayout
The memory layout of the native struct.- Returns:
- the memory layout
-
overrideReady
-
overrideGotPageSize
-
overrideRenderPage
-
overrideIsSelected
-
overrideEndPreview
-