Definition at line 632 of file AllFramesTLineVideo.h. References OglGui::OglWindow::ScaleTo(), OglGui::Window::SetAllowScaling(), OglGui::OglWindow::SetBorderFillShaded(), and OglGui::CheckBox::SetCheckBoxListener(). Referenced by Init(). 00634 { 00635 CheckBox* cb = 00636 new CheckBox(parent,x,y,w,h,str,checked,BEV_ETCHED); 00637 //cb->ConnectTo(parent, OglGui::TOBOTTOMLEFT); 00638 cb->ScaleTo(parent); 00639 cb->SetCheckBoxListener(this,(void*)userData); 00640 cb->SetBorderFillShaded(0); 00641 cb->SetAllowScaling(false); 00642 return cb; 00643 }
Here is the call graph for this function: ![]()
|