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

Window* OglGui::Columns::CreateColumn ( strconst  str,
int  labelW = -1 
) [inline]

Definition at line 45 of file Columns.h.

References OglGui::Window::Window().

00046     {
00047         Window* wnd = new Window(this,0,0,40,40);
00048         CreateColumn(wnd, str, labelW);
00049         return wnd;
00050     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:26:22 2011 for ImpalaSrc by  doxygen 1.5.1