#include <adjust_window.h>
Public Member Functions | |
Adjust_Window (double value, double lower, double upper, double step_increment=1, double page_increment=10, double page_size=0, Gtk::Adjustment *adj=0) | |
virtual | ~Adjust_Window () |
Gtk::Adjustment * | get_child_adjustment () |
const Gtk::Adjustment * | get_child_adjustment () const |
void | set_child_adjustment (Gtk::Adjustment *child) |
double | get_sub_lower () const |
double | get_sub_upper () const |
Protected Member Functions | |
virtual void | update_child () |
virtual void | update_fromchild () |
Adjust_Window::Adjust_Window | ( | double | value, | |
double | lower, | |||
double | upper, | |||
double | step_increment = 1 , |
|||
double | page_increment = 10 , |
|||
double | page_size = 0 , |
|||
Gtk::Adjustment * | adj = 0 | |||
) |
References set_child_adjustment().
Adjust_Window::~Adjust_Window | ( | ) | [virtual] |
void Adjust_Window::update_child | ( | ) | [protected, virtual] |
void Adjust_Window::update_fromchild | ( | ) | [protected, virtual] |
Gtk::Adjustment * Adjust_Window::get_child_adjustment | ( | ) |
const Gtk::Adjustment * Adjust_Window::get_child_adjustment | ( | ) | const |
void Adjust_Window::set_child_adjustment | ( | Gtk::Adjustment * | child | ) |
double Adjust_Window::get_sub_lower | ( | ) | const |
double Adjust_Window::get_sub_upper | ( | ) | const |