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

void OglGui::UpDownButton::SetFilled ( bool  mode = true  )  [inline]

Definition at line 109 of file UpDownButton.h.

References mDownButton, mUpButton, and OglGui::DirectionButton::SetFilled().

00110     {
00111         mUpButton->SetFilled(mode);
00112         mDownButton->SetFilled(mode);
00113     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:27:11 2011 for ImpalaSrc by  doxygen 1.5.1