Public member index:
-
-
-
-
-
-
-
-
-
static GtkType get_type();
-
-
GtkAdjustment *gtkobj();
-
-
const GtkAdjustment *gtkobj()const;
-
-
static bool isA(Gtk_Object *checkcast);
-
-
-
-
virtual ~Gtk_Adjustment();
-
-
Gtk_Adjustment(gfloat value,gfloat lower,gfloat upper,gfloat step_increment=1,gfloat page_increment=10,gfloat page_size=0);
- create new instance
-
emitable signal void changed();
-
-
emitable signal void value_changed();
-
-
void clamp_page(gfloat lower,gfloat upper);
-
-
void set_value(gfloat value);
- set to a specific value
-
gfloat get_value()const;
- get current value
-
gfloat get_lower()const;
- other internal fields accessors
-
gfloat get_upper()const;
-
-
gfloat get_step_increment()const;
-
-
gfloat get_page_increment()const;
-
-
gfloat get_page_size()const;
-
Protected member index:
-
void initialize_class();
-
-
void *get_parent_class();
-
-
static void init_parent_class();
-
-
explicit Gtk_Adjustment(GtkAdjustment *castitem);
-
-
virtual void changed_impl();
-
-
virtual void value_changed_impl();
-
Private member index:
-
-
-
Gtk_Adjustment(const Gtk_Adjustment &);
-
-
Gtk_Adjustment &operator =(const Gtk_Adjustment &);
-
|