Hi list!
Now im using the GtkTreeView and I have a question:
I would like to g_signal_connect to the changed and insert_text of the
entry that appears when i click on a cell of the tree so i can do some
search while typing and validate the input.
I would want something like
g_signal_connect(r
GTK+ 2.8.10 is now available for download at:
ftp://ftp.gtk.org/pub/gtk/v2.8/
http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.8/
gtk+-2.8.10.tar.bz2 md5sum: c2c0318d4dcd64315486850907b8e78d
gtk+-2.8.10.tar.gzmd5sum: df87049b731fc12ba7ff0a38ca597549
This is a bugfix release in the 2.8.x ser
>From the far far corners of the maemo development list, I bring
you . . .
A technique to use the GtkTreeView with a Proxy design pattern for the
items in a list model.
This technique (this pattern) gives you the possibility to use rich real
subjects in enormous amounts in a Model View Controlle
I have an application where I need multiple Gtk
windows that run in separate threads. In the
individual threads that are running I have all the
separate gtk code for creating the individual windows.
This works fine individually however when I implement
them in threads it just doesn't seem to work.
On Wed, Jan 11, 2006 at 06:54:46PM +1100, Richard Gipps wrote:
> I applied this function to the three entries but it only works on one of
> them (the first entry I apply it to). Note that I have tried them all on
> their own (by commenting out the other two) and they work fine. Any ideas?
#inc