pyGTK -- why can't I center a window?

python9999 at my-deja.com python9999 at my-deja.com
Thu Oct 12 09:06:52 EDT 2000


for setting any widget in gtk to center position you just have to do
these simple steps.
for example
	win=GtkDialog()
	win.set_position(WIN_POS_CENTER)
	win.show()

bye
satish




Sent via Deja.com http://www.deja.com/
Before you buy.



More information about the Python-list mailing list