struct Adw::TabView::IndicatorActivatedSignal
- Adw::TabView::IndicatorActivatedSignal
- GObject::Signal
- Struct
- Value
- Object
Overview
Emitted after the indicator icon on @page has been activated.
See [property@TabPage:indicator-icon] and [property@TabPage:indicator-activatable].
Defined in:
lib/gi-crystal/src/auto/adw-1/tab_view.crInstance Method Summary
- #connect(*, after : Bool = false, &block : Proc(Adw::TabPage, Nil)) : GObject::SignalConnection
- #connect(handler : Proc(Adw::TabPage, Nil), *, after : Bool = false) : GObject::SignalConnection
- #connect(handler : Proc(Adw::TabView, Adw::TabPage, Nil), *, after : Bool = false) : GObject::SignalConnection
- #emit(page : Adw::TabPage) : 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 : String? = nil)
new
Instance Method Detail
def connect(*, after : Bool = false, &block : Proc(Adw::TabPage, Nil)) : GObject::SignalConnection
#
def connect(handler : Proc(Adw::TabPage, Nil), *, after : Bool = false) : GObject::SignalConnection
#
def connect(handler : Proc(Adw::TabView, Adw::TabPage, Nil), *, after : Bool = false) : GObject::SignalConnection
#