Definition at line 253 of file Menu.h. References mActiveBg, mCurItem, mCurSubMenu, mItemHeight, mLeftBotCol, mLeftTopCol, mListenerData, mMenuIdx, mMenuListener, mMenuTopPane, OglGui::OglWindow::mOglWnd, mRightBotCol, mRightTopCol, OglGui::Window::SetAllowScaling(), OglGui::OglWindow::SetBorderType(), and OglGui::OglWindow::SetVisible(). 00254 { 00255 mMenuIdx = menuIdx; 00256 mMenuListener = 0; 00257 mListenerData = 0; 00258 00259 mItemHeight = 20; 00260 mCurItem = -1; 00261 mCurSubMenu = 0; 00262 mMenuTopPane = parent; 00263 00264 mActiveBg = 0xffb4b4ff; 00265 00266 mLeftTopCol = mRightTopCol = mRightBotCol = mLeftBotCol = 0xe0ffffff; 00267 00268 SetAllowScaling(false); 00269 SetVisible(false); 00270 SetBorderType(BEV_ETCHED); 00271 oglSys.SetAllMouseMotion(mOglWnd, 1); 00272 }
Here is the call graph for this function:
|