Home
last modified time | relevance | path

Searched refs:MM_EDIT (Results 1 – 6 of 6) sorted by relevance

/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Dtkgatewin.c120 case MM_EDIT : in tkgate_setMajorMode()
141 case MM_EDIT : in tkgate_setMajorMode()
548 case MM_EDIT : in idleGateWin()
598 case MM_EDIT : in idleGateWin()
1250 case MM_EDIT : in tkg_buttonPress()
1279 case MM_EDIT : in tkg_buttonDoublePress()
1386 } else if (tkgate_currentMode() == MM_EDIT && EditState_getMode() == MODE_MOVE) { in checkMouseoverAction()
1487 case MM_EDIT : in tkg_buttonRelease()
1594 case MM_EDIT : in tkg_buttonMotion()
1644 TkGate.ed->major_mode = MM_EDIT; in init_mainWindow()
H A Dtclfuncs.c190 tkgate_setMajorMode(MM_EDIT); in gat_new()
250 tkgate_setMajorMode(MM_EDIT); in gat_load()
314 tkgate_setMajorMode(MM_EDIT); in gat_loadMore()
433 if (tkgate_currentMode() != MM_EDIT) return TCL_OK; in gat_make()
1292 if (tkgate_currentMode() == MM_EDIT) in gat_editProps()
1637 if (tkgate_currentMode() != MM_EDIT) { in gat_setBlockDesc()
1705 if (tkgate_currentMode() != MM_EDIT) return TCL_OK; in gat_editNet()
2731 target_mode = MM_EDIT; in gat_setMajorMode()
2734 target_mode = MM_EDIT; in gat_setMajorMode()
2747 if (tkgate_currentMode() == MM_EDIT && target_mode != MM_EDIT in gat_setMajorMode()
[all …]
H A Dcircuit.c396 if (tkgate_currentMode() != MM_EDIT) in Circuit_loadLibrary()
397 tkgate_setMajorMode(MM_EDIT); in Circuit_loadLibrary()
H A Dtkgate.h201 typedef enum { MM_EDIT, /* Circuit editing mode */ enumerator
H A Dcpath.c417 tkgate_setMajorMode(MM_EDIT); in cpath_command()
H A Dsimulate.c1552 tkgate_setMajorMode(MM_EDIT); in SimInterface_command()