Searched refs:scrollbars (Results 1 – 12 of 12) sorted by relevance
267 .. method:: ScrolledWindow.scrollbars([wantx[, wanty]])269 Create (or destroy) horizontal and vertical scrollbars. The arguments specify270 which you want (default: both). The scrollbars always have minimum ``0`` and277 current position of the scrollbars (between ``0`` and ``32767``). You can return284 :meth:`getscrollbarvalues` and update the scrollbars.304 Takes care of dimming/highlighting scrollbars when a window becomes frontmost.310 Moves scrollbars to the correct position. Call this method initially if you317 nonzero return value indicates the hit was in the scrollbars and has been
141 | xscrollcommand | Used to communicate with horizontal scrollbars. |152 | yscrollcommand | Used to communicate with vertical scrollbars. |
1532 window. To observe hidden parts of the canvas, use the scrollbars. With this1921 a Tkinter-canvas with scrollbars added
692 :file:`Demo/tkinter/matt/canvas-with-scrollbars.py` in the Python source
39 self.scrollbars()
507 Switch all scrollbars in IDLE to ttk versions. Where needed, minimal tests
449 …olbar=no,directories=no,location=no,status=no,menubar=no,resizable=yes,scrollbars=no,width=500, he…
907 def scrollbars(self, wantx=1, wanty=1): member in ScrolledWindow
175 …scrollbars-none",g="overflow",f=";",e="overflowY",d=":",b="overflowX",a="overflow:",y="none",x="sc…
149 | xscrollcommand | Used to communicate with horizontal scrollbars. |159 | yscrollcommand | Used to communicate with vertical scrollbars. |
1661 window. To observe hidden parts of the canvas, use the scrollbars. With this2135 a Tkinter-canvas with scrollbars added
158 The font and highlight sample boxes gain scrollbars instead.842 - Issue #24750: Switch all scrollbars in IDLE to ttk versions.