Definition at line 21 of file ValueScrollBar.h. References OglGui::OglWindow::Init(). 00022 : 00023 Window(x, y, w, h) 00024 { 00025 Init(w, h, minVal, maxVal, val, margin); 00026 } ValueScrollBar(Window* parent, int x, int y, int w, int h,
Here is the call graph for this function:
|