|
Hi all,
I have a problem (again).
I have tree with 2 rows data and 3
columns.
The last column is for check box, like
this:
renderer=gtk_cell_renderer_toggle_new();
column=gtk_tree_view_column_new_with_attributes("Checked out",renderer, "activate",CHECKED_COLUMN,NULL); gtk_tree_view_append_column(GTK_TREE_VIEW(tree),column); Howto make that check box not in toggle
mode, so the check sign can appears on both rows
?
Thanks
Ronny
|
_______________________________________________ maemo-developers mailing list [email protected] https://maemo.org/mailman/listinfo/maemo-developers
