Package org.gnome.gtk
Class SectionModel.SectionModelInterface
java.lang.Object
org.javagi.base.ProxyInstance
org.gnome.gobject.TypeInterface
org.gnome.gtk.SectionModel.SectionModelInterface
- All Implemented Interfaces:
Proxy
- Enclosing interface:
SectionModel<T extends GObject>
The list of virtual functions for the
GtkSectionModel interface.
No function must be implemented, but unless GtkSectionModel::get_section()
is implemented, the whole model will just be a single section.- Since:
- 4.12
-
Constructor Summary
ConstructorsConstructorDescriptionSectionModelInterface(MemorySegment address) Create a SectionModelInterface proxy instance for the provided memory address. -
Method Summary
Modifier and TypeMethodDescriptionstatic MemoryLayoutThe memory layout of the native struct.voidoverrideGetSection(Arena arena, @Nullable Method method) Override virtual methodget_section.Methods inherited from class org.gnome.gobject.TypeInterface
addPrerequisite, getPlugin, instantiatablePrerequisite, peek, peekParent, prerequisites, readGInstanceType, readGType, writeGInstanceType, writeGTypeMethods inherited from class org.javagi.base.ProxyInstance
equals, handle, hashCode
-
Constructor Details
-
SectionModelInterface
Create a SectionModelInterface proxy instance for the provided memory address.- Parameters:
address- the memory address of the native object
-
-
Method Details
-
getMemoryLayout
The memory layout of the native struct.- Returns:
- the memory layout
-
overrideGetSection
-