Exemplo n.º 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)
Exemplo n.º 2
0
 def _bind_keys(self):
     bind_keys_to_evt_menu(self, self._get_bind_keys())
Exemplo n.º 3
0
 def bind_keys(self):
     bind_keys_to_evt_menu(self._tree, self._get_bind_keys())
Exemplo n.º 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)
Exemplo n.º 5
0
 def bind_keys(self):
     bind_keys_to_evt_menu(self._tree, self._get_bind_keys())
Exemplo n.º 6
0
 def _bind_keys(self):
     bind_keys_to_evt_menu(self, self._get_bind_keys())