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. gulong addOnProximityIn(bool delegate(GdkEventProximity*, Widget) dlg, ConnectFlags connectFlags)
    class Widget
    addOnProximityIn
  2. gulong addOnProximityIn(bool delegate(Event, Widget) dlg, ConnectFlags connectFlags)

Meta