Searched refs:scrollbars (Results 1 – 11 of 11) sorted by relevance
/external/python/cpython2/Doc/library/ |
D | framework.rst | 267 .. method:: ScrolledWindow.scrollbars([wantx[, wanty]]) 269 Create (or destroy) horizontal and vertical scrollbars. The arguments specify 270 which you want (default: both). The scrollbars always have minimum ``0`` and 277 current position of the scrollbars (between ``0`` and ``32767``). You can return 284 :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 you 317 nonzero return value indicates the hit was in the scrollbars and has been
|
D | ttk.rst | 141 | xscrollcommand | Used to communicate with horizontal scrollbars. | 152 | yscrollcommand | Used to communicate with vertical scrollbars. |
|
D | turtle.rst | 1532 window. To observe hidden parts of the canvas, use the scrollbars. With this 1921 a Tkinter-canvas with scrollbars added
|
D | tkinter.rst | 692 :file:`Demo/tkinter/matt/canvas-with-scrollbars.py` in the Python source
|
/external/python/cpython2/Mac/Demo/textedit/ |
D | ped.py | 39 self.scrollbars()
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.6.0a2.rst | 507 Switch all scrollbars in IDLE to ttk versions. Where needed, minimal tests
|
/external/libxml2/result/HTML/ |
D | utf8bug.html.sax | 449 …olbar=no,directories=no,location=no,status=no,menubar=no,resizable=yes,scrollbars=no,width=500, he…
|
/external/python/cpython2/Lib/plat-mac/ |
D | FrameWork.py | 907 def scrollbars(self, wantx=1, wanty=1): member in ScrolledWindow
|
/external/python/cpython3/Doc/library/ |
D | tkinter.ttk.rst | 149 | xscrollcommand | Used to communicate with horizontal scrollbars. | 159 | yscrollcommand | Used to communicate with vertical scrollbars. |
|
D | turtle.rst | 1661 window. To observe hidden parts of the canvas, use the scrollbars. With this 2135 a Tkinter-canvas with scrollbars added
|
/external/python/cpython3/Lib/idlelib/ |
D | NEWS.txt | 158 The font and highlight sample boxes gain scrollbars instead. 842 - Issue #24750: Switch all scrollbars in IDLE to ttk versions.
|