Widget.addOnSelectionRequest

The ::selection-request-event signal will be emitted when another client requests ownership of the selection owned by the @widget's window.

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

Meta