Add set_current_toolbar

This commit is contained in:
Marc Maurer 2007-06-04 23:54:33 +02:00 committed by Marco Pesenti Gritti
parent 39d1f7b581
commit 88011ed22d

View File

@ -66,3 +66,6 @@ class Toolbox(gtk.VBox):
if self._notebook.get_n_pages() < 2:
self._notebook.set_show_tabs(False)
def set_current_toolbar(self, index):
self._notebook.set_current_page(index)