This behaviour is the result of the Operating Desktop manager(Windows manager in case the PC has windows running) deciding things on positioning the screens. Now to make the Screens display exactly the same way on every PC, what u need to do is, Top window needs to be set these properties:
GtkWindow resizable to none GtkWindow set size to some specific size and width GtkWindow set gravity property to centre. To know how to set these property just use pygtk reference manual and look at GtkWindow or GtkWidget class functions. On 5/4/05, Saurabh Wagh <[EMAIL PROTECTED]> wrote: > Hey All, > > I have made an application in PyGTK on the PC at my home, and it runs > perfectly fine, in my screen resolution.. and so does it run fine at > most of the PC s that we ve tested, but, on the college computer, > where we need to present the same application goes out of the screen > range, as in, the buttons on the bottom of the page , and those on the > right.. donot appear. > > What could be the solution ? Please reply as soon as possible as i > need to present the application in a period of next 2 days. > > Thanking you in anticipation > > Saurabh wagh > _______________________________________________ > pygtk mailing list [email protected] > http://www.daa.com.au/mailman/listinfo/pygtk > Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/ > _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
