#include <GcList.h>
Inheritance diagram for GcList:
Public Methods | |
GcList (int cols) | |
GcList (Glist *titles) | |
~GcList () | |
void | Append (Glist *text) |
void | Remove (int row) |
Gstring | GetText (int row) |
Gstring | GetText (int row, int column) |
void | SetText (Gstring text, int row, int column) |
void | SetForegroundColor (int row, Gcolor color) |
int | GetSelectedRow () |
virtual void | OnEvent (GdkEvent *e, void *user_data) |
|
A new GcList with the given number of columns |
|
A new GcList with the given titles. the Glist titles must contains Gstring pointers |
|
Append items to the list. The <it>text</it> Glist must contains Gstrings
|
|
return the selected row
|
|
Return the text at selected row and column |
|
return the text in the first item at row
|
|
Action performed when an event occur Reimplemented from Gwidget. |
|
Remove items a row
|
|
Set the color og the row. Color is preserved |
|
Set the text at the given row and column |