struct Gtk::Notebook::PageRemovedSignal
- Gtk::Notebook::PageRemovedSignal
- Struct
- Value
- Object
Overview
the ::page-removed signal is emitted in the notebook right after a page is removed from the notebook.
Defined in:
auto/gtk-4.0/notebook.crConstructors
Instance Method Summary
- #[](detail : String) : self
- #connect(&block : Proc(Gtk::Widget, UInt32, Nil))
- #connect(handler : Proc(Gtk::Widget, UInt32, Nil))
- #connect(handler : Proc(Gtk::Notebook, Gtk::Widget, UInt32, Nil))
- #connect_after(&block : Proc(Gtk::Widget, UInt32, Nil))
- #connect_after(handler : Proc(Gtk::Widget, UInt32, Nil))
- #connect_after(handler : Proc(Gtk::Notebook, Gtk::Widget, UInt32, Nil))
- #emit(child : Gtk::Widget, page_num : UInt32) : Nil
- #name