2007/10/6, Stefano Esposito <[EMAIL PROTECTED]>: > On Sat, 06 Oct 2007 02:57:28 +0200 > Thomas Dybdahl Ahle <[EMAIL PROTECTED]> wrote:
> > On http://www.pygtk.org/pygtk2reference/class-gtkborder.html it states > > that gtk.Border holds values for top, bottom, left and right, > > but I can't find them, neither like border.top, border["top"] nor > > border.props.top. > > Can anybody help me finding them? > dir() could help you I don't think it will help since setters/getters seams not to be implemented. The struct fields seams to be public in Gtk. Thomas can you file a bug on that? cheers -- Gian Mario Tagliaretti _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
