Widget.addOnProximityIn

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

This signal will be sent to the grab widget if there is one.

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

Meta