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

Lines Matching full:getint_event

1242         def getint_event(s):
1266 e.num = getint_event(b)
1269 e.height = getint_event(h)
1270 e.keycode = getint_event(k)
1271 e.state = getint_event(s)
1272 e.time = getint_event(t)
1273 e.width = getint_event(w)
1274 e.x = getint_event(x)
1275 e.y = getint_event(y)
1280 e.keysym_num = getint_event(N)
1286 e.x_root = getint_event(X)
1287 e.y_root = getint_event(Y)