<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1515" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi all,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I have a problem (again).</FONT></DIV>
<DIV><FONT face=Arial size=2>I have tree with 2 rows data and 3
columns.</FONT></DIV>
<DIV><FONT face=Arial size=2>The last column is for check box, like
this:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>
renderer=gtk_cell_renderer_toggle_new();<BR>
column=gtk_tree_view_column_new_with_attributes("Checked
out",renderer,<BR> "activate",CHECKED_COLUMN,NULL);<BR>
gtk_tree_view_append_column(GTK_TREE_VIEW(tree),column);<BR></DIV></FONT>
<DIV><FONT face=Arial size=2>Howto make that check box not in toggle
mode, so the check sign can appears on both rows
?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Thanks</FONT></DIV>
<DIV><FONT face=Arial size=2>Ronny</FONT></DIV></BODY></HTML>