Re: [Sugar-devel] Two strange files in sugar-toolkit-gtk3

2012-07-04 Thread Manuel QuiƱones
2012/7/4 Benjamin Berg : > On Tue, 2012-07-03 at 17:40 -0300, S. Daniel Francis wrote: >> I was looking at the sources of sugar-toolkit-gtk3 and y found the >> following 'strange' things to comment or ask why there are in >> sugar-toolkit: >> >> First: The module sugar.graphics.panel with this code

Re: [Sugar-devel] Two strange files in sugar-toolkit-gtk3

2012-07-04 Thread Benjamin Berg
On Tue, 2012-07-03 at 17:40 -0300, S. Daniel Francis wrote: > I was looking at the sources of sugar-toolkit-gtk3 and y found the > following 'strange' things to comment or ask why there are in > sugar-toolkit: > > First: The module sugar.graphics.panel with this code: > > class Panel(Gtk.VBox): >

[Sugar-devel] Two strange files in sugar-toolkit-gtk3

2012-07-03 Thread S. Daniel Francis
Hi, I was looking at the sources of sugar-toolkit-gtk3 and y found the following 'strange' things to comment or ask why there are in sugar-toolkit: First: The module sugar.graphics.panel with this code: class Panel(Gtk.VBox): __gtype_name__ = 'SugarPanel' def __init__(self): GOb