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