Home
last modified time | relevance | path

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

/dports/cad/solvespace/solvespace-2.3/src/
H A Dtoolbar.cpp20 …{ Icon_arc, GraphicsWindow::MNU_ARC, "Sketch arc of a circle" …
H A Dgraphicswin.cpp117 { 1, "&Arc of a Circle", MNU_ARC, 'A', TN, mReq },
998 case MNU_ARC: s = "click point on arc (draws anti-clockwise)"; goto c; in MenuRequest()
H A Dui.h391 MNU_ARC, enumerator
H A Dmouse.cpp1002 case MNU_ARC: { in MouseLeftDown()