Diff
Differences From Artifact [7180117d4f]:
- File channels/configwin.py — part of check-in [0a4c981f66] at 2015-04-05 18:23:00 on branch trunk — Change version number in plugin settings from orange to gray. (user: mario, size: 6936) [annotate] [blame] [check-ins using]
To Artifact [913bf48a5c]:
- File channels/configwin.py — part of check-in [a7b0cd39a2] at 2015-04-17 21:14:32 on branch trunk — Remove remnant module .title/etc attributes, and .current category overwriting. (user: mario, size: 6982) [annotate] [blame] [check-ins using]
| ︙ | |||
21 22 23 24 25 26 27 28 29 30 31 32 33 34 | 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | + + + |
# Settings window
#
# Interacts with main.* window (gtkBuilder widgets)
# and conf.* dictionary.
#
class configwin (AuxiliaryWindow):
# control flags
meta = plugin_meta()
# Display win_config, pre-fill text fields from global conf. object
def open(self, widget):
if self.first_open:
self.add_plugins()
self.first_open = 0
self.win_config.resize(565, 625)
|
| ︙ |