Add set_current_toolbar
This commit is contained in:
parent
39d1f7b581
commit
88011ed22d
@ -66,3 +66,6 @@ class Toolbox(gtk.VBox):
|
|||||||
|
|
||||||
if self._notebook.get_n_pages() < 2:
|
if self._notebook.get_n_pages() < 2:
|
||||||
self._notebook.set_show_tabs(False)
|
self._notebook.set_show_tabs(False)
|
||||||
|
|
||||||
|
def set_current_toolbar(self, index):
|
||||||
|
self._notebook.set_current_page(index)
|
||||||
|
Loading…
Reference in New Issue
Block a user