Lines Matching defs:not

38 import _tkinter # If this fails your Python may not be configured for Tk
73 if not value:
93 elif item is not None:
258 if not self.char:
262 if not getattr(self, 'send_event', True):
276 if state or not s:
282 # serial and time are not very interesting
308 # Rebind before deletion, so repeated calls will not fail.
314 if not _support_default_root:
316 "configured to not support default root")
327 if not _support_default_root:
329 "configured to not support default root")
389 if name is not None and not isinstance(name, str):
401 if value is not None:
403 elif not self._tk.getboolean(self._tk.call("info", "exists", self._name)):
412 if self._tclCommands is not None:
541 if not isinstance(other, Variable):
684 if self._tclCommands is not None:
784 If the application currently does not have the focus
792 application does not have the focus. Use with
801 displays. Return None if application does not have
804 if name == 'none' or not name: return None
811 Return None if the application does not have the focus."""
813 if name == 'none' or not name: return None
820 if name == 'none' or not name: return None
824 """The widget under mouse will get automatically focus. Can not
838 if not name: return None
844 if not name: return None
889 if not id:
920 if 'type' not in kw and self._windowingsystem == 'x11':
933 if 'displayof' not in kw: kw['displayof'] = self._w
942 if 'displayof' not in kw: kw['displayof'] = self._w
951 if not name: return None
970 other applications do not get events anymore."""
1010 if 'displayof' not in kw: kw['displayof'] = self._w
1022 if 'displayof' not in kw: kw['displayof'] = self._w
1023 if 'type' not in kw and self._windowingsystem == 'x11':
1062 if 'displayof' not in kw: kw['displayof'] = self._w
1064 if not name: return None
1129 if not name: return None
1374 will update the display of windows but not process events caused by
1532 if v is not None:
1556 if not name[0]:
1561 if not n:
1596 while w.master is not None: w = w.master
1789 if column is not None and row is not None:
1791 if col2 is not None and row2 is not None:
1801 if not svalue:
1813 if isinstance(cnf, str) and not kw:
1821 if not options:
1884 if row is not None:
1886 if column is not None:
1962 if not args:
1983 if not args:
2067 """Deiconify this widget. If it was never mapped it will not be mapped.
2166 invocation. If the images are later changed, this is not reflected
2323 if ext not in ('.py', '.pyc'):
2329 if not sys.flags.ignore_environment:
2334 if not self._tkloaded:
2459 """Unmap this widget and do not use it for the packing order."""
2596 if not name:
2672 # are not valid as keyword arguments
3059 if not cnf.get('name'):
3104 """Delete text from FIRST to LAST (not included)."""
3161 """Set the selection from START to END (not included)."""
3249 if last is not None:
3566 element of the scrollbar will be active. If index is not specified,
3653 if res is not None and len(args) <= 3:
3666 """Delete the characters between INDEX1 and INDEX2 (not included)."""
3686 arguments to the function. In this case the list is not returned."""
3690 if not command:
3700 if not isinstance(command, str):
3733 If arg is not specified, returns the modified
3775 """Return the text from INDEX1 to INDEX2 (not included)."""
3846 """Returns a list of peers of this widget (this does not include
4012 if self.__callback is not None:
4064 if not name:
4097 if v is not None:
4153 direction. If y is not given, the default value is the same as x.
4162 but use only every Xth or Yth pixel. If y is not given, the
4357 (i.e including but not going beyond index). The other
4393 """Set the selection from START to END (not included)."""
4559 any. If size is an empty string, or if -height is not
4597 if -width is not specified, then the width requested
4604 if cnf is None and not kw:
4606 if isinstance(cnf, str) and not kw:
4643 if not name.startswith('_') and not isinstance(obj, types.ModuleType)
4644 and name not in {'wantobjects'}]