Diff
Differences From Artifact [f3bb2fc332]:
- Executable file st2.py — part of check-in [beebec9c76] at 2015-05-03 20:26:01 on branch trunk — Add some version: bumps and add a few versions to depends: references. (user: mario, size: 20809) [annotate] [blame] [check-ins using]
To Artifact [5d8e044644]:
- Executable file st2.py — part of check-in [686c553354] at 2015-05-04 15:23:32 on branch trunk — Moved dependency() into pluginconf module, which shortens adding new installable modules to the vbox. (user: mario, size: 20800) [annotate] [blame] [check-ins using]
348 349 350 351 352 353 354 | 348 349 350 351 352 353 354 355 356 357 358 359 360 361 | - | del cn.stations()[ n ] cn.switch() cn.save() # Alternative Notebook channel tabs between TOP and LEFT position def switch_notebook_tabs_position(self, w, pos): self.notebook_channels.set_tab_pos(pos); |