[pygtk] disable F10 menu activation

2008-02-11 Thread markus espenhain
hi is there a way to disable the activation of first item in GtkMenuBar if F10 is pressed? thanks markus ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

[pygtk] Can't delete itens from setup_menu! Problems changing the XML on setup_menu. Help pls

2008-02-11 Thread Pedro Dalcin
Hello, I'm having some problems with a setup_menu for a gnome-applet.. Well, I need to change the setup_menu, so I've created 2 functions for it, one for each menu that I want to show in differents occasions... create_menu1 and create_menu2. create_menu1 has one menu item, but create_menu2 has two

[pygtk] Slow refreshing of gtk.Entry

2008-02-11 Thread Webmaster
Hello, i've made an own spread sheet for database browsing being fed up with handling TreeIters, TreePaths, TreeSelections and so on. It uses numpy-array as models and gdk-methods for drawing on a gtk.DrawingArea. It works fine and i got complete control of rendering - for example: one thing