Class: Gtk::VolumeButton
- Inherits:
-
Object
- Object
- Gtk::VolumeButton
- Defined in:
- (unknown)
Instance Method Summary collapse
-
#new ⇒ Gtk::Widget
Creates a Gtk::VolumeButton, with a range between 0.0 and 1.0, with a stepping of 0.02.
-
#use_symbolic=(use_symbolic) ⇒ TrueClass
Whether to use symbolic icons as the icons.
-
#use_symbolic? ⇒ TrueClass
Whether to use symbolic icons as the icons.
Instance Method Details
#new ⇒ 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.
#use_symbolic=(use_symbolic) ⇒ TrueClass
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.
#use_symbolic? ⇒ TrueClass
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.