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

Lines Matching refs:configure

37     # Attempt to configure Tcl/Tk without requiring PATH
146 height - height of the exposed window (Configure, Expose)
147 width - width of the exposed window (Configure, Expose)
1009 Colormap, Gravity Reparent, Configure, KeyPress, Key,
1192 # height field: Configure, ConfigureRequest, Create,
1196 # width field: Configure, ConfigureRequest, Create, ResizeRequest,
1255 def configure(self, cnf=None, **kw):
1256 """Configure resources of a widget.
1262 return self._configure('configure', cnf, kw)
1263 config = configure
1269 self.configure({key: value})
1275 self.tk.split(self.tk.call(self._w, 'configure')))
1365 """Configure column INDEX of a grid.
1392 """Configure row INDEX of a grid.
1867 ('pack', 'configure', self._w)
1869 pack = configure = config = pack_configure
1918 ('place', 'configure', self._w)
1920 place = configure = config = place_configure
1962 ('grid', 'configure', self._w)
1964 grid = configure = config = grid_configure
2038 k.configure(self, v)
2343 """Configure resources of an item TAGORID.
2623 """Configure resources of an ITEM.
2728 """Configure a menu item at INDEX."""
3032 """Configure an embedded image at INDEX."""
3033 return self._configure(('image', 'configure', index), cnf, kw)
3127 """Configure a tag TAGNAME."""
3128 return self._configure(('tag', 'configure', tagName), cnf, kw)
3174 """Configure an embedded window at INDEX."""
3175 return self._configure(('window', 'configure', index), cnf, kw)
3273 self.tk.call(self.name, 'configure', '-'+key, value)
3275 return self.tk.call(self.name, 'configure', '-'+key)
3276 def configure(self, **kw):
3277 """Configure the image."""
3286 config = configure
3781 command=lambda root=root: root.test.configure(