Widget.addOnSelectionNotify

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

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

Meta