Mix-in class for querying and changing the horizontal position of a widget's window. More...
Methods defined here: | |
def | xview |
def | xview_moveto |
def | xview_scroll |
Mix-in class for querying and changing the horizontal position of a widget's window.
def Tkinter.XView.xview | ( | args | ) |
Query and change the horizontal position of the view.
Reimplemented in Tkinter.Text, Tkinter.Spinbox, Tkinter.Listbox, Tkinter.Entry, Tkinter.Canvas, Layout3DEditor.CanvasObj, and dialog.combo_choose.CanvasButton.
def Tkinter.XView.xview_moveto | ( | args | ) |
Adjusts the view in the window so that FRACTION of the total width of the canvas is off-screen to the left.
Reimplemented in Tkinter.Text, Tkinter.Spinbox, Tkinter.Listbox, Tkinter.Entry, Tkinter.Canvas, Layout3DEditor.CanvasObj, and dialog.combo_choose.CanvasButton.
def Tkinter.XView.xview_scroll | ( | args | ) |
Shift the x-view according to NUMBER which is measured in "units" or "pages" (WHAT).
Reimplemented in Tkinter.Text, Tkinter.Spinbox, Tkinter.Listbox, Tkinter.Entry, Tkinter.Canvas, Layout3DEditor.CanvasObj, and dialog.combo_choose.CanvasButton.