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

Lines Matching refs:_variable

1480         self._variable = variable or Tkinter.IntVar(master)
1481 self._variable.set(from_)
1485 self.scale = Scale(self, variable=self._variable, from_=from_, to=to)
1496 self.__tracecb = self._variable.trace_variable('w', self._adjust)
1504 self._variable.trace_vdelete('w', self.__tracecb)
1509 del self._variable
1529 newval = self._variable.get()
1542 return self._variable.get()
1547 self._variable.set(val)
1577 self._variable = variable
1600 command=Tkinter._setit(self._variable, val, self._callback))
1603 self._variable.set(default)
1608 del self._variable