struct Adw::TabView::SetupMenuSignal
- Adw::TabView::SetupMenuSignal
- Struct
- Value
- Object
Overview
Emitted when a context menu is opened or closed for @page.
If the menu has been closed, @page will be set to NULL
.
It can be used to set up menu actions before showing the menu, for example disable actions not applicable to @page.
Defined in:
auto/adw-1/tab_view.crConstructors
Instance Method Summary
- #[](detail : String) : self
- #connect(&block : Proc(Adw::TabPage?, Nil))
- #connect(handler : Proc(Adw::TabPage?, Nil))
- #connect(handler : Proc(Adw::TabView, Adw::TabPage?, Nil))
- #connect_after(&block : Proc(Adw::TabPage?, Nil))
- #connect_after(handler : Proc(Adw::TabPage?, Nil))
- #connect_after(handler : Proc(Adw::TabView, Adw::TabPage?, Nil))
- #emit(page : Adw::TabPage?) : Nil
- #name