I have a GUI program which has an "About" menu item. After clicking on
it, an About window is generated. The About window was created with
Glade, here are the steps for its creation:

- Create a new window
- Set the window to "Fixed Positions"
- Add some text, pictures and a button

Here's how it looks like:

[    About win      ]
[                   ]
[      [ OK ]       ]
[                   ]

For the About window, I was able to set it to non-resizable. However,
when I try to resize the window, it resizes vertically from the OK
button. Is there a way to fix that? Maybe my About window creation is
not the best. Any suggestions?


Thanks
Thierry

_______________________________________________
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/

Reply via email to