ToggleToolButton.setActive
void setActive(bool isActive)Sets the status of the toggle tool button. Set to true if you want the GtkToggleButton to be “pressed in”, and false to raise it. This action causes the toggled signal to be emitted.
Parameters
isActive | whether button should be active |