Definition at line 52 of file RgbDataSrcLavcTestGUI.h. References OglGui::ALLSIDES, OglGui::OglWindow::ConnectTo(), and mScrl. 00053 :Window(W,w,h,true) 00054 { 00055 mScrl=new ScrollWnd(this,w-6,h-6); 00056 mScrl->ConnectTo(this, ALLSIDES); 00057 00058 }
Here is the call graph for this function:
|