Package ch.bailu.gtk.gtk
Class EventControllerFocus
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.gobject.Object
ch.bailu.gtk.gtk.EventController
ch.bailu.gtk.gtk.EventControllerFocus
- All Implemented Interfaces:
PointerInterface
`GtkEventControllerFocus` is an event controller to keep track of
keyboard focus.
The event controller offers [signal@Gtk.EventControllerFocus::enter]
and [signal@Gtk.EventControllerFocus::leave] signals, as well as
[property@Gtk.EventControllerFocus:is-focus] and
[property@Gtk.EventControllerFocus:contains-focus] properties
which are updated to reflect focus changes inside the widget hierarchy
that is rooted at the controllers widget.
keyboard focus.
The event controller offers [signal@Gtk.EventControllerFocus::enter]
and [signal@Gtk.EventControllerFocus::leave] signals, as well as
[property@Gtk.EventControllerFocus:is-focus] and
[property@Gtk.EventControllerFocus:contains-focus] properties
which are updated to reflect focus changes inside the widget hierarchy
that is rooted at the controllers widget.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
static interface
Nested classes/interfaces inherited from class ch.bailu.gtk.gobject.Object
Object.OnBindingTransformFunc, Object.OnDestroyNotify, Object.OnDuplicateFunc, Object.OnNotify, Object.OnToggleNotify, Object.OnWeakNotify
-
Field Summary
Fields inherited from class ch.bailu.gtk.gobject.Object
SIGNAL_ON_NOTIFY
-
Constructor Summary
ConstructorDescriptionCreates a new event controller that will handle focus events.EventControllerFocus
(PointerContainer pointer) -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns %TRUE if focus is within @self or one of its children.static ClassHandler
static int
static long
static TypeSystem.TypeSize
static long
static TypeSystem.TypeSize
boolean
isFocus()
Returns %TRUE if focus is within @self, but not one of its children.onEnter
(EventControllerFocus.OnEnter signal) Connect to signal "enter".onLeave
(EventControllerFocus.OnLeave signal) Connect to signal "leave".Methods inherited from class ch.bailu.gtk.gtk.EventController
getCurrentEvent, getCurrentEventDevice, getCurrentEventState, getCurrentEventTime, getName, getPropagationLimit, getPropagationPhase, getWidget, reset, setName, setName, setPropagationLimit, setPropagationPhase, setStaticName, setStaticName
Methods inherited from class ch.bailu.gtk.gobject.Object
addToggleRef, bindProperty, bindProperty, bindPropertyFull, bindPropertyFull, bindPropertyWithClosures, bindPropertyWithClosures, compatControl, connect, connect, disconnect, disconnect, dupData, dupData, dupQdata, forceFloating, freezeNotify, get, get, getData, getData, getProperty, getProperty, getQdata, interfaceFindProperty, interfaceInstallProperty, isFloating, notify, notify, notifyByPspec, onNotify, ref, refSink, removeToggleRef, replaceData, replaceData, replaceQdata, runDispose, set, set, setData, setData, setDataFull, setDataFull, setProperty, setProperty, setQdata, setQdataFull, stealData, stealData, stealQdata, takeRef, thawNotify, unref, watchClosure, weakRef, weakUnref
Methods inherited from class ch.bailu.gtk.type.Pointer
asCPointer, cast, connectSignal, disconnectSignals, disconnectSignals, equals, hashCode, throwIfNull, throwNullPointerException, toString, unregisterCallbacks, unregisterCallbacks
Methods inherited from class ch.bailu.gtk.type.Type
asCPointer, asCPointer, asCPointerNotNull, asJnaPointer, asJnaPointer, asPointer, asPointer, cast, cast, throwIfNull
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface ch.bailu.gtk.type.PointerInterface
asCPointerNotNull, asJnaPointer, asPointer, isNotNull, isNull
-
Field Details
-
SIGNAL_ON_ENTER
- See Also:
-
SIGNAL_ON_LEAVE
- See Also:
-
-
Constructor Details
-
EventControllerFocus
-
EventControllerFocus
public EventControllerFocus()Creates a new event controller that will handle focus events.
-
-
Method Details
-
getClassHandler
-
containsFocus
public boolean containsFocus()Returns %TRUE if focus is within @self or one of its children.- Returns:
- %TRUE if focus is within @self or one of its children
-
isFocus
public boolean isFocus()Returns %TRUE if focus is within @self, but not one of its children.- Returns:
- %TRUE if focus is within @self, but not one of its children
-
onEnter
Connect to signal "enter".
SeeEventControllerFocus.OnEnter.onEnter()
for signal description.
FieldSIGNAL_ON_ENTER
contains original signal name and can be used as resource reference.- Parameters:
signal
- callback function (lambda).- Returns:
SignalHandler
. Can be used to disconnect signal and to release callback function.
-
onLeave
Connect to signal "leave".
SeeEventControllerFocus.OnLeave.onLeave()
for signal description.
FieldSIGNAL_ON_LEAVE
contains original signal name and can be used as resource reference.- Parameters:
signal
- callback function (lambda).- Returns:
SignalHandler
. Can be used to disconnect signal and to release callback function.
-
getTypeID
public static long getTypeID() -
getParentTypeID
public static long getParentTypeID() -
getTypeSize
-
getParentTypeSize
-
getInstanceSize
public static int getInstanceSize()
-