[Glade-users] Question/Comment on TreeView in glade



Hi,

I'm not sure if this question/comment belong to this mailing list or
developers mailing list.

I wanted to ask if it's possible to set the number / type of columns
directly in glade ?

I'm new to gtk - but if we can't do this, I just wanted to say that's it's
really a pity we can't do it ...
Glade could be used to avoid code like this :

/* Java Gnome source code*/

TreeViewColumn col0 = new TreeViewColumn();
CellRendererToggle render0 = new
 !CellRendererToggle();
col0.packStart(render0, true);
col2.setTitle("Selected");
col0.addAttributeMapping( render0,
CellRendererToggle.Attribute.ACTIVE
, (!DataColumnBoolean)dc[0] );


Isn't it ?

Regards,
---
Mehdi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/glade-users/attachments/20060516/79535453/attachment.html



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]