struct Gtk::Notebook::ReorderTabSignal
- Gtk::Notebook::ReorderTabSignal
- GObject::Signal
- Struct
- Value
- Object
Overview
Emitted when the tab should be reordered.
The default bindings for this signal are Alt+Home, Alt+End, Alt+PgUp, Alt+PgDn, Alt+←, Alt+→, Alt+↑ and Alt+↓.
Defined in:
lib/gi-crystal/src/auto/gtk-4.0/notebook.crInstance Method Summary
- #connect(*, after : Bool = false, &block : Proc(Gtk::DirectionType, Bool, Bool)) : GObject::SignalConnection
- #connect(handler : Proc(Gtk::DirectionType, Bool, Bool), *, after : Bool = false) : GObject::SignalConnection
- #connect(handler : Proc(Gtk::Notebook, Gtk::DirectionType, Bool, Bool), *, after : Bool = false) : GObject::SignalConnection
- #emit(direction : Gtk::DirectionType, move_to_last : Bool) : 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 : Nil | String = nil)
new
Instance Method Detail
def connect(*, after : Bool = false, &block : Proc(Gtk::DirectionType, Bool, Bool)) : GObject::SignalConnection
#
def connect(handler : Proc(Gtk::DirectionType, Bool, Bool), *, after : Bool = false) : GObject::SignalConnection
#
def connect(handler : Proc(Gtk::Notebook, Gtk::DirectionType, Bool, Bool), *, after : Bool = false) : GObject::SignalConnection
#