Widget.addOnSelectionNotify

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

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

Meta