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>

public static class SectionModel.SectionModelInterface extends TypeInterface
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 Details

    • SectionModelInterface

      public SectionModelInterface(MemorySegment address)
      Create a SectionModelInterface proxy instance for the provided memory address.
      Parameters:
      address - the memory address of the native object
  • Method Details

    • getMemoryLayout

      public static MemoryLayout getMemoryLayout()
      The memory layout of the native struct.
      Returns:
      the memory layout
    • overrideGetSection

      public void overrideGetSection(Arena arena, @Nullable Method method)
      Override virtual method get_section.
      Parameters:
      method - the method to invoke