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

Lines Matching refs:geometry

13 Widgets are positioned with one of the geometry managers Place, Pack
777 """Return geometry string for this widget in the form "widthxheight+X+Y"."""
778 return self.tk.call('winfo', 'geometry', self._w)
1282 """Set or get the status for propagation of geometry information.
1284 A boolean argument specifies whether the geometry information
1312 box of this widget controlled by the geometry manager grid.
1380 """Set or get the status for propagation of geometry information.
1382 A boolean argument specifies whether the geometry information
1592 """Set geometry to NEWGEOMETRY of the form =widthxheight+x+y. Return
1594 return self.tk.call('wm', 'geometry', self._w, newGeometry)
1595 geometry = wm_geometry
1847 """Geometry manager Pack.
1892 """Geometry manager Place.
1942 """Geometry manager Grid.
2053 Base class for a widget which can be positioned with the geometry managers
3582 All geometry management options for child will be forgotten.