we can reorder the row of the gtktreeview by clicking on the gtktreeview header.
is it possible to do so in gnomedbrawgrid? how?
thank you
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-dev
Hello. I'm doing an application which has a custom widget (derived
from GtkDrawingArea), which goes
inside a derived VBox widget.
The custom widget does custom drawing.
I have a callback which attaches my custom widget to a table and calls
show_all() for the table.
If I attach the custom widget thr
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
Is there a way to get the GTK Volume Button to use the 16x16 icon? It
seems to prefer to use the 22x22 icon, but I would like to have it use
the smaller set.
Kevin
- --
Get my public GnuPG key from
http://pgp.mit.edu:11371/pks/lookup?op=get&se
Hi,
I'm facing a problem in the use of GtkTextView. When I insert a image into the
GtkTextView, there is an explicit memory leak problem.
Some source code is as follow:
//
image=gtk_image_new_from_file(path);
gtk_widget_show(image);
anchor = gtk_text_buffer_create_child_anchor