Add method Toolbox.remove_toolbar().

This commit is contained in:
Tomeu Vizoso
2007-04-29 21:11:59 +02:00
parent b097802fe6
commit d6445af2c8
+3
View File
@@ -33,3 +33,6 @@ class Toolbox(gtk.VBox):
def add_toolbar(self, name, toolbar):
self._notebook.append_page(toolbar, gtk.Label(name))
def remove_toolbar(self, index):
self._notebook.remove_page(index)