Widget.addOnFocusIn

The ::focus-in-event signal will be emitted when the keyboard focus enters the @widget's window.

To receive this signal, the #GdkWindow associated to the widget needs to enable the #GDK_FOCUS_CHANGE_MASK mask.

  1. void addOnFocusIn(bool delegate(GdkEventFocus*, Widget) dlg, ConnectFlags connectFlags)
  2. void addOnFocusIn(bool delegate(Event, Widget) dlg, ConnectFlags connectFlags)
    class Widget
    void
    addOnFocusIn

Meta