Home
last modified time | relevance | path

Searched refs:scroll_new_x (Results 1 – 4 of 4) sorted by relevance

/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Dtkgatewin.c561 doScroll(wtoc_x(TkGate.idle_ev.scroll_new_x), in idleGateWin()
565 TkGate.idle_ev.scroll_new_x = TkGate.circuit->org_x; in idleGateWin()
826 &TkGate.idle_ev.scroll_new_x); in parseXScrollDistance()
918 TkGate.idle_ev.scroll_new_x = TkGate.circuit->org_x; in gateWinCommand()
925 TkGate_setOrigin(TkGate.idle_ev.scroll_new_x,TkGate.circuit->org_y); in gateWinCommand()
931 TkGate.idle_ev.scroll_new_x = TkGate.circuit->org_x; in gateWinCommand()
H A Dtkgate.h283 int scroll_new_x; /* x-coordinate for new origin */ member
H A Deditstate.c47 TkGate.idle_ev.scroll_new_x = TkGate.circuit->org_x; in TkGate_setOrigin()
H A Dedit.c200 TkGate.idle_ev.scroll_new_x = ox + dx; in HandScroll_move()