Definition at line 35 of file IPhoneApp.h. References mCmdBtnWnd, and OglGui::Button::SetButtonListener(). 00036 { 00037 Button* btn = new Button(mCmdBtnWnd, 116, 60, cmd, BEV_ETCHED, true); 00038 btn->SetButtonListener(this, (void*) wnd); 00039 return btn; 00040 }
Here is the call graph for this function:
|