SDS2 Parametric API
 All Classes Namespaces Functions Variables Pages
List of all members
Tkinter.XView Class Reference

Mix-in class for querying and changing the horizontal position of a widget's window. More...

Inheritance diagram for Tkinter.XView:
Tkinter.Canvas Tkinter.Entry Tkinter.Listbox Tkinter.Spinbox Tkinter.Text dialog.combo_choose.CanvasButton Layout3DEditor.CanvasObj

Methods defined here:

def xview
def xview_moveto
def xview_scroll

Detailed Description

Mix-in class for querying and changing the horizontal position of a widget's window.

Member Function Documentation

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.