Add method Toolbox.remove_toolbar().
This commit is contained in:
parent
b097802fe6
commit
d6445af2c8
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user