Finding an item in treeview by its name, implemented now ?

2005-07-21 Thread Colossus
Hi, I found this on the archive: http://mail.gnome.org/archives/gtk-app-devel-list/2002-October/msg00139.html but it is of 2002, has that way been implemented now ? Or I have to traverse the entire treeview and compare the string as suggested in the link above ? -- Colossus Cpsed, a Linux

Printing with gtk on windows

2005-07-21 Thread Razvan Gavril
I need to do some printing in a gtk application that runs on windows os and i can't find any starting point to look for documentation. Can anyone help me ? -- Razvan Gavril [EMAIL PROTECTED] ___ gtk-app-devel-list mailing list

GtkMenu map callback

2005-07-21 Thread Gaurav Jain
Hi, I'm trying to implement a function that needs to be called before the menu attached to the menu bar is mapped. I tried doing this by connecting to the activate signal for the menu item which is the parent of this menu, but what's happening is that the map callback is getting called BEFORE