Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:27:11 2011 for ImpalaSrc by  doxygen 1.5.1