Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/graph/
H A Dgraphqt.cpp3016 case LRCURSOR: in setdefaultcursortype()
4218 setdefaultcursortype(LRCURSOR); in mouseMoveEvent()
4224 setdefaultcursortype(LRCURSOR); in mouseMoveEvent()
4251 setdefaultcursortype(LRCURSOR); in mouseMoveEvent()
H A Dgraphpccode.cpp2615 case LRCURSOR: SetCursor(gra_lrCurs); break; in setdefaultcursortype()
4464 setdefaultcursortype(LRCURSOR); in gra_setpropercursor()
4469 setdefaultcursortype(LRCURSOR); in gra_setpropercursor()
4491 setdefaultcursortype(LRCURSOR); in gra_setpropercursor()
H A DgraphmacX.c3077 case LRCURSOR: in setdefaultcursortype()
5763 setdefaultcursortype(LRCURSOR); in gra_nextevent()
5768 setdefaultcursortype(LRCURSOR); in gra_nextevent()
5791 setdefaultcursortype(LRCURSOR); in gra_nextevent()
H A Dgraphmac.c3233 case LRCURSOR: in setdefaultcursortype()
5893 setdefaultcursortype(LRCURSOR); in gra_nextevent()
5898 setdefaultcursortype(LRCURSOR); in gra_nextevent()
5921 setdefaultcursortype(LRCURSOR); in gra_nextevent()
H A Dgraphunixx11.c4422 case LRCURSOR: in setdefaultcursortype()
7345 setdefaultcursortype(LRCURSOR); in gra_graphics_event_handler()
7351 setdefaultcursortype(LRCURSOR); in gra_graphics_event_handler()
7378 setdefaultcursortype(LRCURSOR); in gra_graphics_event_handler()
/dports/cad/electric/electric-7.00/src/include/
H A Dusr.h237 #define LRCURSOR 9 /* a left/right pointing cursor */ macro