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
@@ -109,7 +109,7 @@ class ToolbarButton(ToolButton):
gtk.ToolButton.do_expose_event(self, event)
_paint_arrow(self, event, gtk.ARROW_UP)
class Toolbar(gtk.VBox):
class ToolbarBox(gtk.VBox):
def __init__(self, padding=style.TOOLBOX_HORIZONTAL_PADDING):
gtk.VBox.__init__(self)