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

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

Reimplemented from OglGui::Window.

Definition at line 694 of file TableWindow.h.

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

00695     {
00696         Window::ReshapeFunc(w,h);
00697         HandleColumnPositions();
00698         HandleLayoutChange();
00699     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:47:12 2010 for ImpalaSrc by  doxygen 1.5.1