Widget.addOnSelectionNotify

  1. gulong addOnSelectionNotify(bool delegate(GdkEventSelection*, Widget) dlg, ConnectFlags connectFlags)
  2. gulong addOnSelectionNotify(bool delegate(Event, Widget) dlg, ConnectFlags connectFlags)
    class Widget
    addOnSelectionNotify

Return Value

Type: gulong

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

Meta