Public member index:
-
-
-
-
-
-
-
-
-
static GtkType get_type();
-
-
GtkRange *gtkobj();
-
-
const GtkRange *gtkobj()const;
-
-
static bool isA(Gtk_Object *checkcast);
-
-
-
-
virtual ~Gtk_Range();
-
-
Gtk_Adjustment *get_adjustment()const;
-
-
void set_adjustment(Gtk_Adjustment &adjustment);
-
-
void set_adjustment(Gtk_Adjustment *adjustment=0);
-
-
void set_update_policy(GtkUpdateType policy);
-
-
void draw_background();
-
-
void clear_background();
-
-
void draw_trough();
-
-
void draw_slider();
-
-
void draw_step_forw();
-
-
void draw_step_back();
-
-
void slider_update();
-
-
gint trough_click(gint p0,gint p1,gfloat *p2);
-
-
void default_hslider_update();
-
-
void default_vslider_update();
-
-
void default_htrough_click(gint x,gint y,gfloat *jump_perc);
-
-
void default_vtrough_click(gint x,gint y,gfloat *jump_perc);
-
-
void default_hmotion(gint xdelta,gint ydelta);
-
-
void default_vmotion(gint xdelta,gint ydelta);
-
Protected member index:
-
void initialize_class();
-
-
void *get_parent_class();
-
-
static void init_parent_class();
-
-
explicit Gtk_Range(GtkRange *castitem);
-
-
Gtk_Range();
-
-
virtual void draw_background_impl();
-
-
virtual void clear_background_impl();
-
-
virtual void draw_trough_impl();
-
-
virtual void draw_slider_impl();
-
-
virtual void draw_step_forw_impl();
-
-
virtual void draw_step_back_impl();
-
-
virtual void slider_update_impl();
-
-
virtual gint trough_click_impl(gint p0,gint p1,gfloat *p2);
-
-
virtual void motion_impl(gint p0,gint p1);
-
-
virtual gint trough_keys_impl(GdkEventKey *p0,GtkScrollType *p1,GtkTroughType *p2);
-
-
virtual gint timer_impl();
-
Private member index:
-
-
-
Gtk_Range(const Gtk_Range &);
-
-
Gtk_Range &operator =(const Gtk_Range &);
-
|