Reimplemented from OglGui::WindowListener. Definition at line 220 of file OglDemo.h. References OglGui::OglWindow::GetDimensions(). 00221 { 00222 LENSE* detail = (LENSE*) userData; 00223 int w, h; 00224 src->GetDimensions(w,h); 00225 viewSys.SetDimensions(detail->view, -10, -10, w+20, h+20); 00226 }
Here is the call graph for this function:
|