예제 #1
0
 def _update_selection(self):
     GUISelectableList._update_selection(self)
     selected_type = AccountType.InOrder[self.selected_index]
     self.panel.type = selected_type
예제 #2
0
 def _update_selection(self):
     GUISelectableList._update_selection(self)
     if self.setfunc is not None:
         self.setfunc(self.selected_index)
예제 #3
0
 def _update_selection(self):
     GUISelectableList._update_selection(self)
     repeat_type = REPEAT_OPTIONS_ORDER[self.selected_index]
     self.panel.repeat_type = repeat_type
예제 #4
0
 def _update_selection(self):
     GUISelectableList._update_selection(self)
     repeat_type = REPEAT_OPTIONS_ORDER[self.selected_index]
     self.panel.repeat_type = repeat_type
예제 #5
0
 def _update_selection(self):
     GUISelectableList._update_selection(self)
     selected_type = AccountType.InOrder[self.selected_index]
     self.panel.type = selected_type
예제 #6
0
 def _update_selection(self):
     GUISelectableList._update_selection(self)
     target = self.panel._targets[self.selected_index]
     self.panel.budget.target = target
예제 #7
0
 def _update_selection(self):
     self.dialog.select_category(
         self.dialog.categories[self.selected_index])
     GUISelectableList._update_selection(self)
예제 #8
0
 def _update_selection(self):
     GUISelectableList._update_selection(self)
     account = self.panel._accounts[self.selected_index]
     self.panel.budget.account = account
예제 #9
0
 def _update_selection(self):
     self.dialog.select_category(self.dialog.categories[self.selected_index])
     GUISelectableList._update_selection(self)
예제 #10
0
 def _update_selection(self):
     GUISelectableList._update_selection(self)
     target = self.panel._targets[self.selected_index]
     self.panel.budget.target = target
예제 #11
0
 def _update_selection(self):
     GUISelectableList._update_selection(self)
     account = self.panel._accounts[self.selected_index]
     self.panel.budget.account = account
예제 #12
0
파일: base.py 프로젝트: tautonic/moneyguru
 def _update_selection(self):
     GUISelectableList._update_selection(self)
     if self.setfunc is not None:
         self.setfunc(self.selected_index)