Reimplemented from OglGui::SizableWindow. Definition at line 46 of file SizableDirectionButton.h. References OglGui::SizableWindow::DisplayFunc(), OglGui::Window::GetState(), mColor, mDirectionButton, mHighlightColor, and OglGui::Window::SetForeground(). 00047 { 00048 ULONG col = GetState()==1 ? mColor : mHighlightColor; 00049 mDirectionButton->SetForeground(col); 00050 SizableWindow::DisplayFunc(); 00051 }
Here is the call graph for this function:
|