Questions about treeview

2007-03-15 Thread Magiclouds Magicloud
Dear all, Could the text in a treeview be selected? So I can copy it or something. Thanks. ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Could I use svg as window icon?

2007-03-15 Thread Magiclouds Magicloud
Dear all, I load a svg (100x100 px) as pixbuf,then set it as a window's icon, but it seems not work Thanks. ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Simple questions on gtk+ application development

2007-03-14 Thread Magiclouds Magicloud
Dear all, I just start to learn to use gtk+, and there are something that I can not find solutions on references. As below: 1. What is the signal of GtkLabel on mouse hover, click and double click? I user enter-notify-event and leave-notify-event for the hover thing, and it does not work