Mix-in class for querying and changing the vertical position of a widget's window. More...
Methods defined here: | |
def | yview |
def | yview_moveto |
def | yview_scroll |
Mix-in class for querying and changing the vertical position of a widget's window.
def Tkinter.YView.yview | ( | args | ) |
Query and change the vertical position of the view.
Reimplemented in Tkinter.Text, Tkinter.Listbox, Tkinter.Canvas, Layout3DEditor.CanvasObj, and dialog.combo_choose.CanvasButton.
def Tkinter.YView.yview_moveto | ( | args | ) |
Adjusts the view in the window so that FRACTION of the total height of the canvas is off-screen to the top.
Reimplemented in Tkinter.Text, Tkinter.Listbox, Tkinter.Canvas, Layout3DEditor.CanvasObj, and dialog.combo_choose.CanvasButton.
def Tkinter.YView.yview_scroll | ( | args | ) |
Shift the y-view according to NUMBER which is measured in "units" or "pages" (WHAT).
Reimplemented in Tkinter.Text, Tkinter.Listbox, Tkinter.Canvas, Layout3DEditor.CanvasObj, and dialog.combo_choose.CanvasButton.