Lines Matching defs:width
234 width - width of the exposed window (Configure, Expose)
288 'x', 'y', 'width', 'height')
1214 """Return requested width of this widget."""
1264 """Return the number of pixels of the width of the screen of
1276 """Return the number of pixels of the width of the screen of
1333 """Return the width of the virtual root window associated with this
1335 width of the screen."""
1352 """Return the width of this widget."""
1354 self.tk.call('winfo', 'width', self._w))
1625 # width field: Configure, ConfigureRequest, Create, ResizeRequest,
1640 e.width = getint_event(w)
1786 corner in the master widget and the width and height.
1967 total width of the canvas is off-screen to the left."""
2003 """Instruct the window manager to set the aspect ratio (width/height)
2108 resized on grid boundaries. WIDTHINC and HEIGHTINC are the width and
2210 def wm_maxsize(self, width=None, height=None):
2215 'wm', 'maxsize', self._w, width, height))
2219 def wm_minsize(self, width=None, height=None):
2224 'wm', 'minsize', self._w, width, height))
2258 def wm_resizable(self, width=None, height=None):
2259 """Instruct the window manager whether this width can be resized
2261 return self.tk.call('wm', 'resizable', self._w, width, height)
2489 relative to width of master (1.0 is right edge)
2493 width=amount - width of this widget in pixel
2495 relwidth=amount - width of this widget between 0.0 and 1.0
2496 relative to width of master (1.0 is the same width
2501 bordermode="inside" or "outside" - whether to take border width of
2663 use, visual, width."""
2704 overrelief, state, width
2742 state, takefocus, width, xscrollcommand, xscrollincrement,
2991 rotate, width, x, y."""
3055 underline, variable, width, wraplength."""
3099 textvariable, validate, validatecommand, vcmd, width,
3181 highlightcolor, highlightthickness, relief, takefocus, visual, width."""
3211 height, state, width
3227 width, xscrollcommand, yscrollcommand, listvariable."""
3488 width, wraplength."""
3520 tickinterval, to, troughcolor, variable, width."""
3559 troughcolor, width."""
3621 state, tabs, undo, width, wrap,
3627 """Return a tuple of (x,y,width,height) which gives the bounding
3670 """Return tuple (x,y,width,height,baseline) giving the bounding box
4115 def width(self):
4116 """Return the width of the image."""
4118 self.tk.call('image', 'width', self.name))
4128 width."""
4253 width, wrap,
4265 width and height of the character, in pixels. The
4420 visual, width
4436 orient, relief, width
4591 stretched to fill the entire height (or width) of
4593 width size
4594 Specify a width for the window. The width will be
4597 if -width is not specified, then the width requested
4599 width may later be adjusted by the movement of sashes