Hi,
  I was trying to fulfill my requirement of 3000 toggle buttons, with list
store...that was just fantastic....But I'm held up with another
requirement...it is like this...
The 16 toggle buttons in a row represent a hex value(they are binary
representations). So whenever I toggle the checkbox, the corresponding hex
value shall be displayed in a text entry and vice versa. I mean if I'm
entering a hex value in text entry then the corresponding toggles shall be
selected/deselected. Is it possible to achieve this using list store....if
yes, can you suggest me an efficient way of doing it...


Thanks and Regards
Laxmi


-----Original Message-----
From: David Necas (Yeti) [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 04, 2006 2:10 PM
To: Sailaxmi korada
Cc: gtk-app-devel-list@gnome.org
Subject: Re: 3000 toggle buttons in a table?

On Tue, Apr 04, 2006 at 01:47:10PM +0530, Sailaxmi korada  wrote:
> Why I said Tree view doesn't fit my requirement was, in a row I've to
> display label, 15 toggle buttons, text entry...
> Like this I've to fill the widgets in 178 rows. Displaying label is fine
> with List store...
> But how can I manage with text entry??

What about an editable column?  If it has to look exactly
like a classic text entry, then this is a problem, but if
any editable text field will do, treeview can do that
easily.

Yeti


--
That's enough.




_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to