Lines Matching refs:value
153 value = counter.Value()
155 counter_changed = ui_counter.Set(value)
244 value = Tkinter.Label(self.root, width=15, anchor=Tkinter.W,
246 value.grid(row=index, column=(1 + i), padx=1, pady=1)
285 def Set(self, value):
289 value: The value to display
292 True if the value had changed, otherwise False. The first call
295 if value == self.last_value:
298 self.last_value = value
299 self.var.set(self.format % value)
344 """Return the integer value of this counter."""
395 value_offset: the byte offset of the start of this counter's value
402 """Return the integer value of this counter."""