Class Index Cross Index Namespace Index

Class Gtk::Scale


Contained in: Gtk
Derived from: Gtk::Range
Derived by: Gtk::HScale Gtk::VScale

#include <gtk--/scale.h>


public function member index:

emitable signal void draw_value();
gint get_digits() const;
gint get_value_width() const;
GtkScale* gtkobj();
const GtkScale* gtkobj() const;
static bool isA(Object* object);
void set_digits(gint digits);
void set_draw_value(gint draw_value);
void set_value_pos(GtkPositionType pos);
virtual ~Scale();
 

protected function member index:

Scale();
virtual void draw_value_impl();
 

Description:



Function Member Descriptions:

Gtk::Scale::gtkobj - Returns the underlaying gtk+ object.

GtkScale* gtkobj();

Gtk::Scale::isA - Returns true if object is this type.

static bool isA(Object* object);