If set to TRUE, adw.tab_view.TabView.indicatorActivated will be emitted when the indicator icon is clicked.
If adw.tab_page.TabPage.indicatorIcon is not set, does nothing.
bool indicatorActivatable() @propertyGet indicatorActivatable property.
If set to TRUE, adw.tab_view.TabView.indicatorActivated will be emitted when the indicator icon is clicked.
If adw.tab_page.TabPage.indicatorIcon is not set, does nothing.
void indicatorActivatable(bool propval) @propertySet indicatorActivatable property.
propval | Whether the indicator icon is activatable. If set to TRUE, adw.tab_view.TabView.indicatorActivated will be emitted when the indicator icon is clicked. If adw.tab_page.TabPage.indicatorIcon is not set, does nothing. |