Lines Matching refs:_variable
1494 self._variable = variable or Tkinter.IntVar(master)
1495 self._variable.set(from_)
1499 self.scale = Scale(self, variable=self._variable, from_=from_, to=to)
1510 self.__tracecb = self._variable.trace_variable('w', self._adjust)
1518 self._variable.trace_vdelete('w', self.__tracecb)
1523 del self._variable
1546 newval = self._variable.get()
1559 return self._variable.get()
1564 self._variable.set(val)
1594 self._variable = variable
1617 command=Tkinter._setit(self._variable, val, self._callback),
1618 variable=self._variable)
1621 self._variable.set(default)
1627 del self._variable