class Inti::Gtk::Scale is declared in the header inti/gtk/scale.h.
This is an abstract base class, and may not be instantiated.
Superclasses. Range
Public Methods.
GtkScale * gtk_scale () const void set_decimal_places (int digits) int decimal_places () const void set_draws_value (bool setting) bool draws_value () const void set_value_position (PositionType pos) PositionType value_position () const |
Protected Constructors.
Scale () Scale (Adjustment * adj) Scale (GtkScale * src, GtkScaleClass* orig) |
Protected Destructor.
virtual ~Scale () = 0 |