2005/8/9, Vinay Reddy <[EMAIL PROTECTED]>: > sorry for asking the same thing again, but is the above possible or > will I have to create the toolbar myself?
I don't know if I understood correctly but you can set the toolbar style with: http://www.pygtk.org/pygtk2reference/class-gtktoolbar.html#method-gtktoolbar--set-style the size can be set with: http://www.pygtk.org/pygtk2reference/class-gtktoolbar.html#method-gtktoolbar--set-icon-size but this method is deprecated since 2.4 cheers -- Gian Mario Tagliaretti PyGTK GUI programming http://www.parafernalia.org/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/
