Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

void OglGui::CheckBox::SetEnabled ( bool  flag = true  )  [inline]

Definition at line 85 of file CheckBox.h.

References OglGui::Window::SetState().

00086     {
00087         SetState((flag) ? 1 : 0);
00088     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:26:15 2011 for ImpalaSrc by  doxygen 1.5.1