Lines Matching defs:add
77 # Could probably add this to Tkinter.Misc
548 Subwidgets are the buttons added with the add method.
554 def add(self, name, cnf={}, **kw):
557 btn = self.tk.call(self._w, 'add', name, *self._options(cnf, kw))
868 def add(self, entry, cnf={}, **kw):
869 return self.tk.call(self._w, 'add', entry, *self._options(cnf, kw))
1108 def add(self, name, cnf={}, **kw):
1109 self.tk.call(self._w, 'add', name, *self._options(cnf, kw))
1142 <pages> page widgets added dynamically with the add method"""
1149 def add(self, name, cnf={}, **kw):
1150 self.tk.call(self._w, 'add', name, *self._options(cnf, kw))
1194 self.tk.call(self._w, 'add', 'command', name, *self._options(cnf, kw))
1197 self.tk.call(self._w, 'add', 'separator', name, *self._options(cnf, kw))
1217 <panes> g/p widgets added dynamically with the add method."""
1222 # add delete forget panecget paneconfigure panes setsize
1223 def add(self, name, cnf={}, **kw):
1224 self.tk.call(self._w, 'add', name, *self._options(cnf, kw))
1355 Subwidgets are buttons added dynamically using the add method."""
1365 def add(self, name, cnf={}, **kw):
1366 self.tk.call(self._w, 'add', name, *self._options(cnf, kw))