Class AssistantPage

All Implemented Interfaces:
Proxy

@Generated("org.javagi.JavaGI") @Deprecated public class AssistantPage extends GObject
Deprecated.
This object will be removed in GTK 5
GtkAssistantPage is an auxiliary object used by GtkAssistant.
  • Constructor Details

    • AssistantPage

      public AssistantPage(MemorySegment address)
      Deprecated.
      Create a AssistantPage instance for the provided memory address.
      Parameters:
      address - the memory address of the native object
    • AssistantPage

      public AssistantPage()
      Deprecated.
      Create a new AssistantPage.
  • Method Details

    • getType

      public static @Nullable Type getType()
      Deprecated.
      Get the GType of the AssistantPage class.
      Returns:
      the GType
    • getMemoryLayout

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

      protected AssistantPage asParent()
      Deprecated.
      Return this instance as if it were its parent type. Comparable to the Java super keyword, but ensures the parent typeclass is also used in native code.
      Overrides:
      asParent in class GObject
      Returns:
      the instance as if it were its parent type
    • getChild

      @Deprecated public Widget getChild()
      Deprecated.
      This widget will be removed in GTK 5
      Returns the child to which this AssistantPage belongs.
      Returns:
      the child to which this AssistantPage belongs
    • builder

      public static AssistantPage.Builder<? extends AssistantPage.Builder> builder()
      Deprecated.
      A AssistantPage.Builder object constructs a AssistantPage with the specified properties. Use the various set...() methods to set properties, and finish construction with AssistantPage.Builder.build().
      Returns:
      the builder object