示例#1
0
 def _bind_actions(self):
     bind_keys_to_evt_menu(self, self._get_bind_keys())
     self.Bind(wx.grid.EVT_GRID_EDITOR_SHOWN, self.OnEditorShown)
示例#2
0
文件: listeditor.py 项目: Garjy/RIDE
 def _bind_keys(self):
     bind_keys_to_evt_menu(self, self._get_bind_keys())
示例#3
0
 def bind_keys(self):
     bind_keys_to_evt_menu(self._tree, self._get_bind_keys())
示例#4
0
 def _bind_actions(self):
     bind_keys_to_evt_menu(self, self._get_bind_keys())
     self.Bind(wx.grid.EVT_GRID_EDITOR_SHOWN, self.OnEditorShown)
示例#5
0
 def bind_keys(self):
     bind_keys_to_evt_menu(self._tree, self._get_bind_keys())
示例#6
0
 def _bind_keys(self):
     bind_keys_to_evt_menu(self, self._get_bind_keys())