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

Lines Matching full:getint_event

1180         def getint_event(s):
1204 e.num = getint_event(b)
1207 e.height = getint_event(h)
1208 e.keycode = getint_event(k)
1209 e.state = getint_event(s)
1210 e.time = getint_event(t)
1211 e.width = getint_event(w)
1212 e.x = getint_event(x)
1213 e.y = getint_event(y)
1218 e.keysym_num = getint_event(N)
1224 e.x_root = getint_event(X)
1225 e.y_root = getint_event(Y)