struct Gdk::Surface::LeaveMonitorSignal
- Gdk::Surface::LeaveMonitorSignal
- Struct
- Value
- Object
Overview
Emitted when @surface stops being present on the monitor.
Defined in:
auto/gdk-4.0/surface.crConstructors
Instance Method Summary
- #[](detail : String) : self
- #connect(&block : Proc(Gdk::Monitor, Nil))
- #connect(handler : Proc(Gdk::Monitor, Nil))
- #connect(handler : Proc(Gdk::Surface, Gdk::Monitor, Nil))
- #connect_after(&block : Proc(Gdk::Monitor, Nil))
- #connect_after(handler : Proc(Gdk::Monitor, Nil))
- #connect_after(handler : Proc(Gdk::Surface, Gdk::Monitor, Nil))
- #emit(monitor : Gdk::Monitor) : Nil
- #name