|
OglGui::CheckBoxValueBar::CheckBoxValueBar |
( |
Window * |
parent, |
|
|
int |
x, |
|
|
int |
y, |
|
|
int |
w, |
|
|
int |
h, |
|
|
strconst |
str, |
|
|
ULONG |
color, |
|
|
int |
cbW = 120 , |
|
|
bool |
menuBtn = false | |
|
) |
| | [inline] |
Definition at line 28 of file CheckBoxValueBar.h.
References OglGui::OglWindow::Init(). 00029 :
00030 Window(parent,x,y,w,h,true)
00031 {
00032 Init(w,h,str,color,cbW,menuBtn);
00033 }
Here is the call graph for this function:
|