Class Entry.EntryClass

All Implemented Interfaces:
Proxy
Enclosing class:
Entry

public static class Entry.EntryClass extends Widget.WidgetClass
Class structure for GtkEntry. All virtual functions have a default implementation. Derived classes may set the virtual function pointers for the signal handlers to null, but must keep getTextAreaSize and getFrameSize non-null; either use the default implementation, or provide a custom one.
  • Constructor Details

    • EntryClass

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

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