simple question: are const gchar* arguments hold as copies internally?

2005-09-04 Thread Felix Kater
Hi, these two functions take const gchar pointers: void gtk_label_set_text([...] const gchar *str); void g_key_file_set_value([...] const gchar *group_name, [...]) Does that mean that the arguments are *not* hold as copies internally so that I have to care for the allocated memory -- or can I sa

Removing themes under win32

2005-09-04 Thread Nick Watts
I have installed the Wimp theme for GTK on windows and well... I hate it. GIMP now crashes when I create a new image!!! How do I properly remove it and go back to the regular GTK+ look and feel? Cheers ___ gtk-app-devel-list mailing list gtk-app-devel-

(no subject)

2005-09-04 Thread Chaitra R
Hi this is Chaitra I am working on GTk+ 2.0 I would like to know how to create round shaped buttons. Please could you help me on this Thanking you ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinf

Adding rows to a sorted GtkTreeModel causes warnings

2005-09-04 Thread Eduardo M KALINOWSKI
I'm using a GtkTreeView with a GtkTreeStore model that is sorted using the GtkTreeSortable interface. I first add all the rows, then set the sort column. However, there is a point in which I need to add another row after the sorting has started, and this causes a warning to be printed: Gtk-CR