gtk.Scale

Undocumented in source.

Public Imports

gtk.c.types
public import gtk.c.types;
gtkc.gtktypes
public import gtkc.gtktypes;

Members

Classes

Scale
class Scale

A GtkScale is a slider control used to select a numeric value. To use it, you’ll probably want to investigate the methods on its base class, gtk.Range, in addition to the methods for GtkScale itself. To set the value of a scale, you would normally use Range.setValue. To detect changes to the value, you would normally use the value-changed signal.