Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

virtual void Impala::Application::VideoExcel::TableWindow::ReshapeFunc ( int  w,
int  h 
) [inline, virtual]

Reimplemented from OglGui::Window.

Definition at line 501 of file TableWindow.h.

References HandleColumnPositions(), HandleLayoutChange(), and OglGui::Window::ReshapeFunc().

00502     {
00503         Window::ReshapeFunc(w,h);
00504         HandleColumnPositions();
00505         HandleLayoutChange();
00506     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:54:52 2010 for ImpalaSrc by  doxygen 1.5.1