[maemo-developers] [maemo-developers] Tree problem
From: rh ronny at get-intouch.comDate: Tue Sep 13 12:58:45 EEST 2005
- Previous message: [maemo-developers] Portable .NET on maemo
- Next message: [maemo-developers] Re: maemo-developers Digest, Vol 5, Issue 11
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.maemo.org/pipermail/maemo-developers/attachments/20050913/b246f432/attachment.htm
- Previous message: [maemo-developers] Portable .NET on maemo
- Next message: [maemo-developers] Re: maemo-developers Digest, Vol 5, Issue 11
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
