Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 12:09:04 2010 for ImpalaSrc by  doxygen 1.5.1