[PIPython] [pyGtk] finestre in foreground

Andrea Manzini amanzini
Ven 19 Nov 2004 15:16:51 CET


At 11.33 09/09/2004, tiziano @ work wrote:
>Salve a tutti,
>esiste un metodo per portare in primo piano una finestra (gtk.Window) gią 
>aperta?
>Ho fatto varie prove, ma probabilmente guardo dalla perte sbagliata...

gia' provato questo ?



gtk.Window.present

     def present()

The present() method presents a window to the user. This may mean raising 
the window in the stacking order, deiconifying it, moving it to the current 
desktop, and/or giving it the keyboard focus, possibly dependent on the 
user's platform, window manager, and preferences. If the window is hidden, 
this method calls the the 
<http://www.pygtk.org/pygtk2reference/class-gtkwidget.html#method-gtkwidget--show>gtk.Widget.show<http://www.pygtk.org/pygtk2reference/class-gtkwidget.html#method-gtkwidget--show>() 
method as well. This method should be used when the user tries to open a 
window that's already open. Say for example the preferences dialog is 
currently open, and the user chooses Preferences from the menu a second 
time; use the present() method to move the already-open dialog where the 
user can see it.



Questo messaggio di posta elettronica contiene informazioni di carattere confidenziale rivolte esclusivamente al destinatario sopra indicato.
E' vietato l'uso, la diffusione, distribuzione o riproduzione da parte di ogni altra persona. 
Nel caso aveste ricevuto questo messaggio di posta elettronica per errore, siete pregati di segnalarlo immediatamente al mittentee distruggere quanto ricevuto (compresi file allegati) senza farne copia.
Qualsivoglia utilizzo non autorizzato del contenuto di questo messaggio costituisce violazione dell'obbligo di non prendere cognizione della corrispondenza tra gli altri soggetti, salvo pił grave illecito, ed espone il responsabile alle relative conseguenze.
	
Confidentiality Notice. This electronic mail transmission may contain legally priviledge and/or confidential information. Do not read this if you are not the person(s) named.
Any use, distribution, copying or disclosure by any other person is stricly prohibited.
If you received this trasmission in error, please notify the sender and destroy the original transmission and its attachments without reading or saving in any manner.




More information about the Python mailing list