Home
last modified time | relevance | path

Searched refs:gccolor (Results 1 – 18 of 18) sorted by relevance

/dports/biology/lamarc/lamarc-2.1.8/src/guiconv/
H A Dgc_color.cpp17 const wxColour & gccolor::selectedFile() in selectedFile()
23 const wxColour & gccolor::enteredObject() in enteredObject()
29 const wxColour & gccolor::activeObject() in activeObject()
H A Dgc_color.h16 class gccolor
/dports/biology/lamarc/lamarc-2.1.8/src/guiutil/
H A Dgc_clickpanel.cpp255 RecursiveSetColour(gccolor::enteredObject()); in NotifyEntering()
273 RecursiveSetColour(gccolor::activeObject()); in NotifyLeftDown()
282 RecursiveSetColour(gccolor::enteredObject()); in NotifyLeftUp()
H A Dgc_gridpanel.cpp53 obj->SetBackgroundColour(gccolor::enteredObject()); in NotifyEntering()
85 obj->SetBackgroundColour(gccolor::activeObject()); in NotifyLeftDown()
99 obj->SetBackgroundColour(gccolor::enteredObject()); in NotifyLeftUp()
/dports/editors/xvile/vile-9.8v/
H A Dnullterm.c201 NO_COLOR(gccolor, ENUM_UNKNOWN) in nullterm_setccol()
H A Dmodes.c1865 else if (&args->local->vp->i == &gccolor) in chgd_color()
1866 term.setccol(gccolor); in chgd_color()
H A Destruct.h2121 #define gccolor global_g_val(GVAL_CCOLOR) macro
H A Dx11.c5810 gccolor = -1; in x_set_cursor_color()
/dports/editors/vile/vile-9.8v/
H A Dnullterm.c201 NO_COLOR(gccolor, ENUM_UNKNOWN) in nullterm_setccol()
H A Dmodes.c1865 else if (&args->local->vp->i == &gccolor) in chgd_color()
1866 term.setccol(gccolor); in chgd_color()
H A Destruct.h2121 #define gccolor global_g_val(GVAL_CCOLOR) macro
H A Dx11.c5810 gccolor = -1; in x_set_cursor_color()
/dports/cad/xcircuit/xcircuit-3.10.30/
H A Dxcircuit.h1235 #define XcTopSetForeground(z) XTopSetForeground(z); areawin->gccolor = \
1239 areawin->gccolor = z
1424 int gccolor; member
H A Dfilelist.c186 XSetForeground(dpy, areawin->gc, colorlist[areawin->gccolor].color.pixel); in endfiletrack()
H A Devents.c558 XSetForeground(dpy, areawin->gc, colorlist[areawin->gccolor].color.pixel); in drawhbar()
601 XSetForeground(dpy, areawin->gc, colorlist[areawin->gccolor].color.pixel); in drawvbar()
1627 SetForeground(dpy, areawin->gc, areawin->gccolor); in attach_to()
3125 SetForeground(dpy, areawin->gc, areawin->gccolor); in drag()
6765 SetForeground(dpy, areawin->gc, areawin->gccolor); in drawwindow()
H A Dxcircuit.c1277 newwindow->gccolor = 0; in create_new_window()
H A Dselection.c219 SetForeground(dpy, areawin->gc, areawin->gccolor); in gendrawselected()
H A Dfunctions.c2219 SetForeground(dpy, areawin->gc, areawin->gccolor); in UDrawXLine()