EuGTK - change column label?
- Posted by Jerry_Story Sep 20, 2010
- 1223 views
I got EuGTK_4.2.2 happening.
The next problem is to change the label on a column in a list. In wxEuphoria, it is:
set_column_label(list, column, string)
I tried:
set(list,"title",column,string)
But
'GtkTreeView' has no property named `title'