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