Widget.addOnSelectionClear

The ::selection-clear-event signal will be emitted when the the @widget's window has lost ownership of a selection.

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

Meta