Esempio n. 1
0
 def _update_selection(self):
     GUISelectableList._update_selection(self)
     selected_type = AccountType.InOrder[self.selected_index]
     self.panel.type = selected_type
Esempio n. 2
0
 def _update_selection(self):
     GUISelectableList._update_selection(self)
     if self.setfunc is not None:
         self.setfunc(self.selected_index)
Esempio 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
Esempio 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
Esempio n. 5
0
 def _update_selection(self):
     GUISelectableList._update_selection(self)
     selected_type = AccountType.InOrder[self.selected_index]
     self.panel.type = selected_type
Esempio n. 6
0
 def _update_selection(self):
     GUISelectableList._update_selection(self)
     target = self.panel._targets[self.selected_index]
     self.panel.budget.target = target
 def _update_selection(self):
     self.dialog.select_category(
         self.dialog.categories[self.selected_index])
     GUISelectableList._update_selection(self)
Esempio n. 8
0
 def _update_selection(self):
     GUISelectableList._update_selection(self)
     account = self.panel._accounts[self.selected_index]
     self.panel.budget.account = account
Esempio n. 9
0
 def _update_selection(self):
     self.dialog.select_category(self.dialog.categories[self.selected_index])
     GUISelectableList._update_selection(self)
Esempio n. 10
0
 def _update_selection(self):
     GUISelectableList._update_selection(self)
     target = self.panel._targets[self.selected_index]
     self.panel.budget.target = target
Esempio n. 11
0
 def _update_selection(self):
     GUISelectableList._update_selection(self)
     account = self.panel._accounts[self.selected_index]
     self.panel.budget.account = account
Esempio n. 12
0
 def _update_selection(self):
     GUISelectableList._update_selection(self)
     if self.setfunc is not None:
         self.setfunc(self.selected_index)