TabPage.indicatorActivatable

Set indicatorActivatable property.

  1. bool indicatorActivatable [@property getter]
  2. bool indicatorActivatable [@property setter]
    class TabPage
    @property
    void
    indicatorActivatable
    (
    bool propval
    )

Parameters

propval bool

Whether the indicator icon is activatable.

If set to TRUE, signal@TabView::indicator-activated will be emitted when the indicator icon is clicked.

If property@TabPage:indicator-icon is not set, does nothing.