Exemplo n.º 1
0
 def _update_selection(self):
     GUISelectableList._update_selection(self)
     selected_type = AccountType.InOrder[self.selected_index]
     self.panel.type = selected_type
Exemplo n.º 2
0
 def _update_selection(self):
     GUISelectableList._update_selection(self)
     if self.setfunc is not None:
         self.setfunc(self.selected_index)
Exemplo n.º 3
0
 def _update_selection(self):
     GUISelectableList._update_selection(self)
     repeat_type = REPEAT_OPTIONS_ORDER[self.selected_index]
     self.panel.repeat_type = repeat_type
Exemplo n.º 4
0
 def _update_selection(self):
     GUISelectableList._update_selection(self)
     repeat_type = REPEAT_OPTIONS_ORDER[self.selected_index]
     self.panel.repeat_type = repeat_type
Exemplo n.º 5
0
 def _update_selection(self):
     GUISelectableList._update_selection(self)
     selected_type = AccountType.InOrder[self.selected_index]
     self.panel.type = selected_type
Exemplo n.º 6
0
 def _update_selection(self):
     GUISelectableList._update_selection(self)
     target = self.panel._targets[self.selected_index]
     self.panel.budget.target = target
Exemplo n.º 7
0
 def _update_selection(self):
     self.dialog.select_category(
         self.dialog.categories[self.selected_index])
     GUISelectableList._update_selection(self)
Exemplo n.º 8
0
 def _update_selection(self):
     GUISelectableList._update_selection(self)
     account = self.panel._accounts[self.selected_index]
     self.panel.budget.account = account
Exemplo n.º 9
0
 def _update_selection(self):
     self.dialog.select_category(self.dialog.categories[self.selected_index])
     GUISelectableList._update_selection(self)
Exemplo n.º 10
0
 def _update_selection(self):
     GUISelectableList._update_selection(self)
     target = self.panel._targets[self.selected_index]
     self.panel.budget.target = target
Exemplo n.º 11
0
 def _update_selection(self):
     GUISelectableList._update_selection(self)
     account = self.panel._accounts[self.selected_index]
     self.panel.budget.account = account
Exemplo n.º 12
0
 def _update_selection(self):
     GUISelectableList._update_selection(self)
     if self.setfunc is not None:
         self.setfunc(self.selected_index)