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

void OglGui::UpDownButton::SetDirectionFeedback ( bool  mode,
ULONG  feedbackCol = 0xff606060 
) [inline]

Definition at line 97 of file UpDownButton.h.

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

Referenced by OglGui::UpDownNumber::Init(), and Init().

00098     {
00099         mUpButton->SetDirectionFeedback(mode, feedbackCol);
00100         mDownButton->SetDirectionFeedback(mode, feedbackCol);
00101     }

Here is the call graph for this function:


Generated on Fri Mar 19 12:09:11 2010 for ImpalaSrc by  doxygen 1.5.1