Class FocusEvent

All Implemented Interfaces:
PointerInterface

public class FocusEvent extends Event
An event related to a keyboard focus change.

https://docs.gtk.org/gdk4/class.FocusEvent.html

  • Constructor Details

  • Method Details

    • getClassHandler

      public static ClassHandler getClassHandler()
    • getIn

      public boolean getIn()
      Extracts whether this event is about focus entering or
      leaving the surface.
      Returns:
      %TRUE of the focus is entering
    • getTypeID

      public static long getTypeID()
    • getParentTypeID

      public static long getParentTypeID()
    • getTypeSize

      public static TypeSystem.TypeSize getTypeSize()
    • getParentTypeSize

      public static TypeSystem.TypeSize getParentTypeSize()
    • getInstanceSize

      public static int getInstanceSize()