[pygtk] ComboBoxEntry not shown correctly after second call of the thread

2004-08-26 Thread Martin . Zohlhuber
Hello I run my (whole) gui in one thread. If i start the thread again (after i had it closed), the entry of the ComboBoxEntry will not shown (only the button to open the list - but the list is not visible). Same problem with the old Combo (nothing visible). Combobox (without Entry) works

[pygtk] Is a bug in gtk.Menu - Motion/Enter/Leave_Notify Event ???

2004-03-04 Thread Martin . Zohlhuber
I want to make a menubar.deselect() when the mouse leave the application (i want avoid, that the popupmenu will still on top, if the user change into a other application). Problem: When the menu is popup i get only events from this menu. I can move the mousepointer around the toplevel window

Re: [pygtk] key_release_event of the mod1 (alt) key does not work

2004-02-27 Thread Martin . Zohlhuber
I test again with your code and found out, in combination with another key like a accelerator/shortcut (e.g.ALT+Q) i get a release event from both keys (113, 65513), but from ALT alone i get no callback. martin -- import gtk def foo(widget, event): print widget

[pygtk] key_release_event of the mod1 (alt) key does not work

2004-02-25 Thread Martin . Zohlhuber
Hello I want select first item of the menubar, if Alt (in gtk named mod1; i do not mean Alt Gr) released. I connect the key-release-event and it work for all other keys, but not for Mod1. For Mod1 i get only the keypressed event. Maybe helpfull information: I am a Windows 2k user with