Lines Matching defs:state
236 state - state of the event as a number (ButtonPress, ButtonRelease,
239 state - state as a string (Visibility)
264 if self.state == 0:
265 del attrs['state']
266 elif isinstance(self.state, int):
267 state = self.state
273 if state & (1 << i):
275 state = state & ~((1<< len(mods)) - 1)
276 if state or not s:
277 s.append(hex(state))
278 attrs['state'] = '|'.join(s)
286 'state', 'keysym', 'keycode', 'char',
1638 e.state = getint_event(s)
2022 disabled state. -toolwindow gets or sets the style of the window
2274 """Query or set the state of this widget as one of normal, icon,
2276 return self.tk.call('wm', 'state', self._w, newstate)
2278 state = wm_state
2704 overrelief, state, width
2714 in the same normal/active state as when the command was
2715 invoked. This command is ignored if the button's state is
2725 the button. This command is ignored if the button's state
2742 state, takefocus, width, xscrollcommand, xscrollincrement,
3044 """Checkbutton widget which is either in on- or off-state."""
3054 selectcolor, selectimage, state, takefocus, text, textvariable,
3067 """Put the button in off-state."""
3079 """Put the button in on-state."""
3098 selectborderwidth, selectforeground, show, state, takefocus,
3211 height, state, width
3477 """Radiobutton widget which shows only one of several buttons in on-state."""
3487 state, takefocus, text, textvariable, underline, value, variable,
3492 """Put the button in off-state."""
3505 """Put the button in on-state."""
3519 showvalue, sliderlength, sliderrelief, state, takefocus,
3621 state, tabs, undo, width, wrap,
4251 readonlybackground, state, to,