struct Gtk::Paned::CancelPositionSignal
- Gtk::Paned::CancelPositionSignal
- GObject::Signal
- Struct
- Value
- Object
Overview
Emitted to cancel moving the position of the handle using key bindings.
The position of the handle will be reset to the value prior to moving it.
This is a keybinding signal.
The default binding for this signal is Escape.
Defined in:
lib/gi-crystal/src/auto/gtk-4.0/paned.crInstance Method Summary
- #connect(*, after : Bool = false, &block : Proc(Bool)) : GObject::SignalConnection
- #connect(handler : Proc(Bool), *, after : Bool = false) : GObject::SignalConnection
- #connect(handler : Proc(Gtk::Paned, Bool), *, after : Bool = false) : GObject::SignalConnection
- #emit : Nil
-
#name : String
The signal name
Instance methods inherited from struct GObject::Signal
[](detail : String) : self
[],
name : String
name
Constructor methods inherited from struct GObject::Signal
new(source : GObject::Object, detail : String? = nil)
new
Instance Method Detail
def connect(handler : Proc(Gtk::Paned, Bool), *, after : Bool = false) : GObject::SignalConnection
#