Gtk.VolumeButton¶
Methods¶
| class | new() | 
Virtual Methods¶
| Inherited: | Gtk.ScaleButton (1), Gtk.Button (6), Gtk.Container (10), Gtk.Widget (82), GObject.Object (7), Gtk.Buildable (10), Gtk.Actionable (4), Gtk.Activatable (2) | 
|---|
Properties¶
| Inherited: | Gtk.ScaleButton (4), Gtk.Button (9), Gtk.Container (3), Gtk.Widget (39), Gtk.Actionable (2), Gtk.Activatable (2), Gtk.Orientable (1) | 
|---|
| Name | Type | Flags | Short Description | 
|---|---|---|---|
| use-symbolic | bool | r/w/c/en | Whether to use symbolic icons | 
Style Properties¶
| Inherited: | Gtk.Button (7), Gtk.Widget (17) | 
|---|
Signals¶
| Inherited: | Gtk.ScaleButton (3), Gtk.Button (6), Gtk.Container (4), Gtk.Widget (69), GObject.Object (1) | 
|---|
Fields¶
| Inherited: | Gtk.ScaleButton (3), Gtk.Button (6), Gtk.Container (4), Gtk.Widget (69), GObject.Object (1) | 
|---|
| Name | Type | Access | Description | 
|---|---|---|---|
| parent | Gtk.ScaleButton | r | 
Class Details¶
- 
class Gtk.VolumeButton(*args, **kwargs)¶
- Bases: - Gtk.ScaleButton- Abstract: - No - Structure: - Gtk.VolumeButtonClass- Gtk.VolumeButtonis a subclass of- Gtk.ScaleButtonthat has been tailored for use as a volume control widget with suitable icons, tooltips and accessible labels.- 
classmethod new()[source]¶
- Returns: - a new - Gtk.VolumeButton- Return type: - Gtk.Widget- Creates a - Gtk.VolumeButton, with a range between 0.0 and 1.0, with a stepping of 0.02. Volume values can be obtained and modified using the functions from- Gtk.ScaleButton.- New in version 2.12. 
 
- 
classmethod 
Property Details¶
- 
Gtk.VolumeButton.props.use_symbolic¶
- Name: - use-symbolic- Type: - bool- Default Value: - True- Flags: - READABLE,- WRITABLE,- CONSTRUCT,- EXPLICIT_NOTIFY- Whether to use symbolic icons as the icons. Note that if the symbolic icons are not available in your installed theme, then the normal (potentially colorful) icons will be used. - New in version 3.0. 
