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

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

Definition at line 151 of file TwoPanesWindow.h.

References mPanes.

00152     {
00153         if (i > 2 || mPanes[i] != 0)
00154             return;
00155 
00156         mPanes[i] = paneWnd;
00157     }


Generated on Thu Jan 13 09:27:10 2011 for ImpalaSrc by  doxygen 1.5.1