Tkintr: how to seize focus in a transient?
Rob Hooft
rob at hooft.net
Wed Jun 14 01:49:06 EDT 2000
More information about the Python-list mailing list
Wed Jun 14 01:49:06 EDT 2000
- Previous message (by thread): Tkintr: how to seize focus in a transient?
- Next message (by thread): Python vs. Ruby: threads - advice appreciated
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
>>>>> "GE" == Grant Edwards <nobody at nowhere.nohow> writes: >> In a transient dialog window, how do I disable focus for the rest >> of the app? I only want to prevent focus for the rest of the app, >> not the whole X11 system. GE> I found it. In case anybody else is wondering, you call the GE> grab_set() method of the transient window. grab_set might fail during certain operations of the window manager. In such a case you'll need to retry. Hint: use Pmw, it handles all kinds of niceties like this for you. Regards, Rob Hooft -- ===== rob at hooft.net http://www.hooft.net/people/rob/ ===== ===== R&D, Nonius BV, Delft http://www.nonius.nl/ ===== ===== PGPid 0xFA19277D ========================== Use Linux! =========
- Previous message (by thread): Tkintr: how to seize focus in a transient?
- Next message (by thread): Python vs. Ruby: threads - advice appreciated
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list