![]() |
![]() |
Public Member Functions | |
virtual | ~Range () |
GtkRange* | gobj () |
Provides access to the underlying C GtkObject. | |
const GtkRange* | gobj () const |
Provides access to the underlying C GtkObject. | |
void | set_update_policy (UpdateType policy) |
UpdateType | get_update_policy () const |
void | set_adjustment (Gtk::Adjustment& adjustment) |
void | unset_adjustment () |
Gtk::Adjustment* | get_adjustment () |
const Gtk::Adjustment* | get_adjustment () const |
void | set_inverted (bool setting=true) |
bool | get_inverted () const |
void | set_increments (double step, double page) |
void | set_range (double min, double max) |
void | set_value (double value) |
double | get_value () const |
Glib::SignalProxy0<void> | signal_value_changed () |
Glib::SignalProxy1< void, double > | signal_adjust_bounds () |
Glib::SignalProxy1< void, ScrollType > | signal_move_slider () |
Glib::PropertyProxy<UpdateType> | property_update_policy () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy<Adjustment*> | property_adjustment () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy<bool> | property_inverted () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Protected Member Functions | |
virtual void | get_range_border_vfunc (GtkBorder* border) |
virtual void | on_value_changed () |
virtual void | on_adjust_bounds (double new_value) |
virtual void | on_move_slider (ScrollType scroll) |
Range () | |
Related Functions | |
(Note that these are not member functions.) | |
Gtk::Range* | wrap (GtkRange* object, bool take_copy=false) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::Widget. Reimplemented in Gtk::Scale, Gtk::VScale, Gtk::HScale, Gtk::Scrollbar, Gtk::VScrollbar, and Gtk::HScrollbar. |
|
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::Widget. Reimplemented in Gtk::Scale, Gtk::VScale, Gtk::HScale, Gtk::Scrollbar, Gtk::VScrollbar, and Gtk::HScrollbar. |
|
|
|
|
|
|
|
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|