| |||||||||||||||||||||||
| |||||||||||||||||||||||
| |||||||||||||||||||||||
Description | |||||||||||||||||||||||
A ToolItem containing a toggle button
| |||||||||||||||||||||||
Synopsis | |||||||||||||||||||||||
| |||||||||||||||||||||||
Detail | |||||||||||||||||||||||
A ToggleToolButton is a ToolItem that contains a toggle button. Use toggleToolButtonNew to create a new ToggleToolButton. Use toggleToolButtonNewFromStock to create a new ToggleToolButton containing a stock item. | |||||||||||||||||||||||
Class Hierarchy | |||||||||||||||||||||||
| GObject | +----Object | +----Widget | +----Container | +----Bin | +----ToolItem | +----ToolButton | +----ToggleToolButton | +----RadioToolButton | |||||||||||||||||||||||
Types | |||||||||||||||||||||||
| |||||||||||||||||||||||
| |||||||||||||||||||||||
| |||||||||||||||||||||||
| |||||||||||||||||||||||
| |||||||||||||||||||||||
Constructors | |||||||||||||||||||||||
| |||||||||||||||||||||||
Returns a new ToggleToolButton | |||||||||||||||||||||||
| |||||||||||||||||||||||
| |||||||||||||||||||||||
Methods | |||||||||||||||||||||||
| |||||||||||||||||||||||
Sets the status of the toggle tool button. Set to True if you want the ToggleButton to be 'pressed in', and False to raise it. This action causes the toggled signal to be emitted. | |||||||||||||||||||||||
| |||||||||||||||||||||||
Queries a ToggleToolButton and returns its current state. Returns True if the toggle button is pressed in and False if it is raised. | |||||||||||||||||||||||
Attributes | |||||||||||||||||||||||
| |||||||||||||||||||||||
If the toggle tool button should be pressed in or not. Default value: False | |||||||||||||||||||||||
Signals | |||||||||||||||||||||||
| |||||||||||||||||||||||
| |||||||||||||||||||||||
Emitted whenever the toggle tool button changes state. | |||||||||||||||||||||||
Produced by Haddock version 2.6.0 |