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

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

Inheritance diagram for Tkinter.YView:
Tkinter.Canvas Tkinter.Listbox Tkinter.Text dialog.combo_choose.CanvasButton Layout3DEditor.CanvasObj

Methods defined here:

def yview
def yview_moveto
def yview_scroll

Detailed Description

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

Member Function Documentation

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.