S


Scale

# lib/python3.1/tkinter/__init__.py
class Scale(Widget):
    """Scale widget which can display a numerical scale."""


Scrollbar

# lib/python3.1/tkinter/__init__.py
class Scrollbar(Widget):
    """Scrollbar widget which displays a slider at a certain position."""


Spinbox


Scrollbar.set

  • def set(self, *args):
  • 2002-10-05《余録》Listbox/Scrollbar
  • 2007-04-16《51》Text 部品と Scrollbar #1

TOP



@sticky