org.gnome.gtk

Interface Widget.FOCUS_OUT_EVENT

All Superinterfaces:
GtkWidget.FOCUS_OUT_EVENT

public static interface Widget.FOCUS_OUT_EVENT
extends GtkWidget.FOCUS_OUT_EVENT

Signal emitted when the focus leaves this Widget. Focus is a concept that is shared evenly between the widget toolkit and the window manager - which can become apparent if you're wondering why you have lost focus or regained it.
Author:
Andrew Cowie
Since:
4.0.2

Method Summary

boolean
onFocusOutEvent(Widget source, Object event)

Method Details

onFocusOutEvent

public boolean onFocusOutEvent(Widget source,
                               Object event)