Definition at line 656 of file AllFramesTLineVideo.h. References OglGui::OglWindow::H(), OglGui::OglWindow::ScaleTo(), OglGui::Window::SetAllowScaling(), and OglGui::Button::SetButtonListener(). Referenced by Init(). 00657 { 00658 Button *btn = new Button(parent,x,2,w,parent->H()-4,str,BEV_ETCHED,true); 00659 //btn->ConnectTo(parent,OglGui::TORIGHT | OglGui::TOTOPBOTTOM); 00660 btn->ScaleTo(parent); 00661 btn->SetButtonListener(this, (void*)lData); 00662 btn->SetAllowScaling(false); 00663 return btn; 00664 }
Here is the call graph for this function:
|