Home | History | Annotate | Download | only in lib-tk

Lines Matching full:activate

134     Colormap, Gravity, Reparent, Property, Destroy, Activate,
1006 Mod1, M1. TYPE is one of Activate, Enter, Map,
2550 def activate(self, index):
2551 """Activate item identified by INDEX."""
2552 self.tk.call(self._w, 'activate', index)
2668 def activate(self, index):
2669 """Activate entry at INDEX."""
2670 self.tk.call(self._w, 'activate', index)
2836 def activate(self, index):
2839 self.tk.call(self._w, 'activate', index)