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

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

Definition at line 55 of file StringListBox.h.

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

00057     {
00058         CreateHeader(colName,colWidth);
00059         mStrColumns->AddColumn(colName,strVector,colWidth,bg);
00060     }

Here is the call graph for this function:


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