class Inti::Gtk::Scale

Name

class Inti::Gtk::Scale -- 

Synopsis

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

Subclasses. HScale, VScale

Class members

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

Description

Public Methods

method Inti::Gtk::Scale::gtk_scale

GtkScale * gtk_scale () const

method Inti::Gtk::Scale::set_decimal_places

void set_decimal_places (int digits)

digits 

method Inti::Gtk::Scale::decimal_places

int decimal_places () const

method Inti::Gtk::Scale::set_draws_value

void set_draws_value (bool setting)

setting 

method Inti::Gtk::Scale::draws_value

bool draws_value () const

method Inti::Gtk::Scale::set_value_position

void set_value_position (PositionType pos)

pos 

method Inti::Gtk::Scale::value_position

PositionType value_position () const

Protected Constructors

method Inti::Gtk::Scale::Scale

Scale ()

method Inti::Gtk::Scale::Scale

Scale (Adjustment * adj)

adj 

method Inti::Gtk::Scale::Scale

Scale (GtkScale * src, GtkScaleClass* orig)

src 
orig 

Protected Destructor

method Inti::Gtk::Scale::~Scale

virtual  ~Scale () = 0