Package org.gnome.gtk
Class FontChooser.FontChooserIface
java.lang.Object
io.github.jwharm.javagi.base.ProxyInstance
org.gnome.gobject.TypeInterface
org.gnome.gtk.FontChooser.FontChooserIface
-
Constructor Summary
ConstructorDescriptionAllocate a new FontChooserIface.FontChooserIface
(Arena arena) Allocate a new FontChooserIface.FontChooserIface
(MemorySegment address) Create a FontChooserIface proxy instance for the provided memory address. -
Method Summary
Modifier and TypeMethodDescriptionstatic MemoryLayout
The memory layout of the native struct.void
overrideFontActivated
(Arena arena, Method method) Override virtual methodfont_activated
.void
overrideGetFontFace
(Arena arena, Method method) Override virtual methodget_font_face
.void
overrideGetFontFamily
(Arena arena, Method method) Override virtual methodget_font_family
.void
overrideGetFontMap
(Arena arena, Method method) Override virtual methodget_font_map
.void
overrideGetFontSize
(Arena arena, Method method) Override virtual methodget_font_size
.void
overrideSetFilterFunc
(Arena arena, Method method) Override virtual methodset_filter_func
.void
overrideSetFontMap
(Arena arena, Method method) Override virtual methodset_font_map
.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
-
FontChooserIface
Create a FontChooserIface proxy instance for the provided memory address.- Parameters:
address
- the memory address of the native object
-
FontChooserIface
Allocate a new FontChooserIface.- Parameters:
arena
- to control the memory allocation scope
-
FontChooserIface
public FontChooserIface()Allocate a new FontChooserIface. The memory is allocated withArena.ofAuto()
.
-
-
Method Details
-
getMemoryLayout
The memory layout of the native struct.- Returns:
- the memory layout
-
overrideGetFontFamily
-
overrideGetFontFace
-
overrideGetFontSize
-
overrideSetFilterFunc
-
overrideFontActivated
-
overrideSetFontMap
-
overrideGetFontMap
-