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

void OglGui::FourPanesWindow::RegisterPane ( Window paneWnd,
int  i 
) [inline]

Definition at line 70 of file FourPanesWindow.h.

References mPanes.

Referenced by OglGui::OglDemo::Titled4Woggels().

00071     {
00072         if (i > 4 || mPanes[i] != 0) return;
00073 
00074         mPanes[i] = paneWnd;
00075     }


Generated on Fri Mar 19 12:01:25 2010 for ImpalaSrc by  doxygen 1.5.1