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

Lines Matching defs:see

161     send_event - see X/Windows documentation
514 """Return previous widget in the focus order. See tk_focusNext for details."""
910 Each item in the list consists of a visual name (see winfo_visual), a
974 processed (see bind)."""
1047 it will replace the previous function. See bind for the return value."""
1058 whether it will replace the previous function. See bind for
1619 (example: root.iconbitmap(default='myicon.ico') ). See Tk
1702 iconic (see wm_iconwindow), withdrawn, or zoomed (Windows only)."""
1728 be created. BASENAME will be used for the identification of the profile file (see
1859 in_=master - see 'in' option description
1898 in_=master - see 'in' option description
1951 in_=master - see 'in' option description
2222 replace the previous function. See bind for the return value."""
2593 def see(self, index):
2595 self.tk.call(self._w, 'see', index)
3097 def see(self, index):
3099 self.tk.call(self._w, 'see', index)
3116 replace the previous function. See bind for the return value."""
3187 """Obsolete function, use see."""