Rename toolbar.py to toolbarbox.py

This commit is contained in:
Aleksey Lim
2009-07-30 15:25:30 +00:00
parent b43aa43114
commit 61ab4110fa
4 changed files with 8 additions and 4 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
import gtk
from sugar.graphics.toolbutton import ToolButton
from sugar.graphics.toolbar import Toolbar, ToolbarButton
from sugar.graphics.toolbarbox import ToolbarBox, ToolbarButton
from sugar.graphics import style
window = gtk.Window()
@@ -9,7 +9,7 @@ window = gtk.Window()
box = gtk.VBox()
window.add(box)
toolbar = Toolbar()
toolbar = ToolbarBox()
box.pack_start(toolbar, False)
tollbarbutton_1 = ToolbarButton(