Widget.addOnPropertyNotify

The ::property-notify-event signal will be emitted when a property on the widget's window has been changed or deleted.

To receive this signal, the gdk.Window associated to the widget needs to enable the GDK_PROPERTY_CHANGE_MASK mask.

  1. gulong addOnPropertyNotify(bool delegate(GdkEventProperty*, Widget) dlg, ConnectFlags connectFlags)
  2. gulong addOnPropertyNotify(bool delegate(Event, Widget) dlg, ConnectFlags connectFlags)
    class Widget
    gulong
    addOnPropertyNotify
    (
    bool delegate dlg
    ,
    ConnectFlags connectFlags = cast(ConnectFlags)0
    )

Return Value

Type: gulong

TRUE to stop other handlers from being invoked for the event. FALSE to propagate the event further.