Class Buildable.BuildableIface

All Implemented Interfaces:
Proxy
Enclosing interface:
Buildable

public static class Buildable.BuildableIface extends TypeInterface
Contains methods to let GtkBuilder construct an object from a GtkBuilder UI definition.
  • Constructor Details

    • BuildableIface

      public BuildableIface(MemorySegment address)
      Create a BuildableIface 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
    • overrideSetId

      public void overrideSetId(Arena arena, @Nullable Method method)
      Override virtual method set_id.
      Parameters:
      method - the method to invoke
    • overrideGetId

      public void overrideGetId(Arena arena, @Nullable Method method)
      Override virtual method get_id.
      Parameters:
      method - the method to invoke
    • overrideAddChild

      public void overrideAddChild(Arena arena, @Nullable Method method)
      Override virtual method add_child.
      Parameters:
      method - the method to invoke
    • overrideSetBuildableProperty

      public void overrideSetBuildableProperty(Arena arena, @Nullable Method method)
      Override virtual method set_buildable_property.
      Parameters:
      method - the method to invoke
    • overrideConstructChild

      public void overrideConstructChild(Arena arena, @Nullable Method method)
      Override virtual method construct_child.
      Parameters:
      method - the method to invoke
    • overrideCustomTagStart

      public void overrideCustomTagStart(Arena arena, @Nullable Method method)
      Override virtual method custom_tag_start.
      Parameters:
      method - the method to invoke
    • overrideCustomTagEnd

      public void overrideCustomTagEnd(Arena arena, @Nullable Method method)
      Override virtual method custom_tag_end.
      Parameters:
      method - the method to invoke
    • overrideCustomFinished

      public void overrideCustomFinished(Arena arena, @Nullable Method method)
      Override virtual method custom_finished.
      Parameters:
      method - the method to invoke
    • overrideParserFinished

      public void overrideParserFinished(Arena arena, @Nullable Method method)
      Override virtual method parser_finished.
      Parameters:
      method - the method to invoke
    • overrideGetInternalChild

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