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.
_______________________________________________
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel

Reply via email to