Example #1
0
 def _toolbarData(self):
     data = SimpleLmgrToolbar._toolbarData(self)
     if self._style & SIMPLE_LMGR_STDS:
         data.insert(
             0, ("addSeries", simpleLmgrIcons["addSeries"], self.parent.OnAddStds)
         )
     return data
Example #2
0
 def _toolbarData(self):
     data = SimpleLmgrToolbar._toolbarData(self)
     if self._style & SIMPLE_LMGR_STDS:
         data.insert(0, ('addSeries', simpleLmgrIcons['addSeries'],
                         self.parent.OnAddStds))
     return data
Example #3
0
 def __init__(self, parent, lmgrStyle):
     SimpleLmgrToolbar.__init__(self, parent, lmgrStyle)