Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:16:51 2011 for ImpalaSrc by  doxygen 1.5.1