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

S. Daniel Francis francis at sugarlabs.org
Tue Jul 3 16:40:04 EDT 2012


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):
        GObject.GObject.__init__(self)

I think we can't be so children for make a class and only inherit from
Gtk.VBox. I would suggest to remove it.

The other is the module sugar.graphics.toolbox , those
toolbars-notebooks are too deprecated. Could we have only the Sugar
ToolbarBox in sugar-toolkit-gtk3?

Cheers,
DanielF.


More information about the Sugar-devel mailing list