Home
last modified time | relevance | path

Searched refs:scrollbars (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Doc/library/
Dframework.rst267 .. 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
Dttk.rst141 | xscrollcommand | Used to communicate with horizontal scrollbars. |
152 | yscrollcommand | Used to communicate with vertical scrollbars. |
Dturtle.rst1532 window. To observe hidden parts of the canvas, use the scrollbars. With this
1921 a Tkinter-canvas with scrollbars added
Dtkinter.rst682 :file:`Demo/tkinter/matt/canvas-with-scrollbars.py` in the Python source
/external/python/cpython2/Mac/Demo/textedit/
Dped.py39 self.scrollbars()
/external/libxml2/result/HTML/
Dutf8bug.html.sax449 …olbar=no,directories=no,location=no,status=no,menubar=no,resizable=yes,scrollbars=no,width=500, he…
/external/python/cpython2/Lib/plat-mac/
DFrameWork.py907 def scrollbars(self, wantx=1, wanty=1): member in ScrolledWindow