Dear, > don't use this since it returns the allocation within the Window not > within the DA. Use self.window.get_size() to get the width and height > and use 0, 0 for the x and y in the following. Thanks you a lot for your answer.
I've on other small problem (but I do not think it is useful to start a new thread): I would like to set the size of the bottom DA. Using da2.size(X, Y) it seems that the application become greedy when I resize the window. Therefore, I guess it is not the right way to set the size. Thanks in advance, Cheers, Antoine C. -- Antoine Cailliau www.ac-graphic.net _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
