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

void OglGui::StringListBox::AddColumn ( strconst  colName,
int  colWidth = 100,
ULONG  bg = 0 
) [inline]

Definition at line 49 of file StringListBox.h.

References OglGui::StringColumns::AddColumn(), OglGui::Columns::CreateHeader(), and mStrColumns.

00050     {
00051         CreateHeader(colName,colWidth);
00052         mStrColumns->AddColumn(colName,&StrVector(),colWidth,bg);
00053     }

Here is the call graph for this function:


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