struct Gtk::Paned::AcceptPositionSignal
- Gtk::Paned::AcceptPositionSignal
- Struct
- Value
- Object
Overview
Emitted to accept the current position of the handle when moving it using key bindings.
This is a keybinding signal.
The default binding for this signal is Return or Space.
Defined in:
auto/gtk-4.0/paned.crConstructors
Instance Method Summary
- #[](detail : String) : self
- #connect(&block : Proc(Bool))
- #connect(handler : Proc(Bool))
- #connect(handler : Proc(Gtk::Paned, Bool))
- #connect_after(&block : Proc(Bool))
- #connect_after(handler : Proc(Bool))
- #connect_after(handler : Proc(Gtk::Paned, Bool))
- #emit : Nil
- #name