Kill old hippo canvas toolbar impl
This commit is contained in:
parent
f7bb2f86de
commit
9a77a6e251
@ -21,7 +21,6 @@ sugar_PYTHON = \
|
|||||||
snowflakebox.py \
|
snowflakebox.py \
|
||||||
spreadbox.py \
|
spreadbox.py \
|
||||||
toggletoolbutton.py \
|
toggletoolbutton.py \
|
||||||
toolbar.py \
|
|
||||||
toolbox.py \
|
toolbox.py \
|
||||||
toolbutton.py \
|
toolbutton.py \
|
||||||
toolcombobox.py \
|
toolcombobox.py \
|
||||||
|
@ -1,14 +0,0 @@
|
|||||||
import gobject
|
|
||||||
import hippo
|
|
||||||
|
|
||||||
from sugar.graphics import units
|
|
||||||
|
|
||||||
class Toolbar(hippo.CanvasBox):
|
|
||||||
__gtype_name__ = 'Toolbar'
|
|
||||||
|
|
||||||
def __init__(self, orientation=hippo.ORIENTATION_HORIZONTAL):
|
|
||||||
hippo.CanvasBox.__init__(self, orientation=orientation,
|
|
||||||
background_color=0x414141ff,
|
|
||||||
box_height=units.grid_to_pixels(1),
|
|
||||||
padding_left=units.grid_to_pixels(1),
|
|
||||||
padding_right=units.grid_to_pixels(1))
|
|
Loading…
Reference in New Issue
Block a user