Package: gtk

Class gtk:toggle-tool-button

Superclasses

Documented Subclasses

Direct Slots

active
The active property of type :boolean (Read / Write)
If the toggle tool button should be pressed in.
Default value: false

Details

A gtk:toggle-tool-button widget is a gtk:tool-item widget that contains a toggle button. Use the gtk:toggle-tool-button-new function to create a new toggle tool button.

CSS nodes

The gtk:toggle-tool-button implementation has a single CSS node with name togglebutton.

Signal Details

The "toggled" signal
lambda (button)    :run-first      
Emitted whenever the toggle tool button changes state.
button
The gtk:toggle-tool-button widget that emitted the signal.
 

Slot Access Functions

Inherited Slot Access Functions

See also

#2023-3-28