Home | History | Annotate | Download | only in lib-tk

Lines Matching refs:IntVar

1469         If variable is not specified, a Tkinter.IntVar is created.
1480 self._variable = variable or Tkinter.IntVar(master)