GtkRange

GtkRange — a parent class for GtkScrollbar and GtkScale.

Synopsis

class GtkRange GtkWidget
{
    update_policy;        // GtkUpdateType : Read / Write 
}
     

Parent Classes

GtkObject<-- GtkWidget<--GtkRange

Child Classes

GtkScale GtkScrollbar

Methods

clear_background ()
default_hmotion (xdelta, ydelta)
default_hslider_update ()
default_htrough_click (x, y)
default_vmotion (xdelta, ydelta)
default_vslider_update ()
default_vtrough_click (x, y)
draw_background ()
draw_slider ()
draw_step_back ()
draw_step_forw ()
draw_trough ()
get_adjustment ()
set_adjustment (adjustment)
set_update_policy (policy)
slider_update ()
trough_click (x, y)

Related Functions

_gtk_range_get_props (range)
gtk_range_get_type () -- replaces GTK_TYPE_RANGE

Example

See the Range Controls example in the Example Code Appendix.