struct Gtk::Notebook::ReorderTabSignal

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.cr

Instance Method Summary

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 #

def emit(direction : Gtk::DirectionType, move_to_last : Bool) : Nil #

def name : String #
Description copied from struct GObject::Signal

The signal name