Definition at line 19 of file CheckBox.h. References OglGui::OglWindow::Init(). 00020 : 00021 StaticText(parent, width, height, label, false) 00022 { 00023 Init(selected, borderType); 00024 } CheckBox(Window* parent, int x, int y, int width, int height,
Here is the call graph for this function:
|