Home
last modified time | relevance | path

Searched refs:inverse_GC (Results 1 – 20 of 20) sorted by relevance

/dports/x11-toolkits/Xaw3d/xc/lib/Xaw3d/
H A DCommand.c235 cbw->command.inverse_GC = Get_GC(cbw, cbw->core.background_pixel,
445 cbw->label.normal_GC = cbw->command.inverse_GC;
465 norm_gc = cbw->command.inverse_GC;
470 rev_gc = cbw->command.inverse_GC;
501 XtReleaseGC( w, cbw->command.inverse_GC );
536 XtReleaseGC(new, cbw->command.inverse_GC);
542 cbw->command.inverse_GC = Get_GC(cbw, cbw->core.background_pixel,
546 ? cbw->command.inverse_GC
H A DCommandP.h119 GC inverse_GC; member
/dports/x11-toolkits/libxaw3dxft/libXaw3dXft-1.6.2h/src/
H A DCommand.c243 cbw->command.inverse_GC = Get_GC(cbw, cbw->core.background_pixel, in Initialize()
421 cbw->label.normal_GC = cbw->command.inverse_GC; in PaintCommandWidget()
442 norm_gc = cbw->command.inverse_GC; in PaintCommandWidget()
447 rev_gc = cbw->command.inverse_GC; in PaintCommandWidget()
497 XtReleaseGC( w, cbw->command.inverse_GC ); in Destroy()
529 XtReleaseGC(new, cbw->command.inverse_GC); in SetValues()
535 cbw->command.inverse_GC = Get_GC(cbw, cbw->core.background_pixel, in SetValues()
539 ? cbw->command.inverse_GC in SetValues()
/dports/x11-toolkits/neXtaw/neXtaw-0.15.1/X11/neXtaw/
H A DCommand.c263 cbw->command.inverse_GC = Get_GC(cbw, cbw->core.background_pixel, in Initialize()
488 norm_gc = cbw->command.inverse_GC; in PaintCommandWidget()
492 rev_gc = cbw->command.inverse_GC; in PaintCommandWidget()
536 XtReleaseGC( w, cbw->command.inverse_GC ); in Destroy()
569 XtReleaseGC(new, cbw->command.inverse_GC); in SetValues()
575 cbw->command.inverse_GC = Get_GC(cbw, cbw->core.background_pixel, in SetValues()
579 ? cbw->command.inverse_GC in SetValues()
H A DCommandP.h119 GC inverse_GC; member
/dports/x11-toolkits/libXaw/libXaw-1.0.14/src/
H A DCommand.c268 cbw->command.inverse_GC = Get_GC(cbw, cbw->core.background_pixel, in XawCommandInitialize()
453 rev_gc = cbw->command.inverse_GC; in PaintCommandWidget()
465 rev_gc == cbw->command.inverse_GC) { in PaintCommandWidget()
504 XtReleaseGC(w, cbw->command.inverse_GC); in XawCommandDestroy()
542 XtReleaseGC(cnew, cbw->command.inverse_GC); in XawCommandSetValues()
546 cbw->command.inverse_GC = Get_GC(cbw, cbw->core.background_pixel, in XawCommandSetValues()
/dports/x11-toolkits/libXaw/libXaw-1.0.14/include/X11/Xaw/
H A DCommandP.h90 GC inverse_GC; member
/dports/x11-toolkits/Xaw3d/xc/lib/Xaw3d/X11/Xaw3d/
H A DCommandP.h119 GC inverse_GC; member
/dports/x11-toolkits/libxaw3dxft/libXaw3dXft-1.6.2h/include/X11/Xaw3dxft/
H A DCommandP.h114 GC inverse_GC; member
/dports/graphics/opendx/dx-4.4.4/src/uipp/widgets/
H A DDial.c336 new->dial.inverse_GC = XtGetGC((Widget)new,valueMask,&values);
588 XtReleaseGC((Widget)new,new->dial.inverse_GC);
591 new->dial.inverse_GC = XtGetGC((Widget)new,valueMask,&values);
671 draw_indicator(current,current->dial.inverse_GC);
686 XtReleaseGC((Widget)w,w->dial.inverse_GC);
778 draw_indicator(w,w->dial.inverse_GC);
833 draw_shading(w,w->dial.inverse_GC);
898 draw_shading(w,w->dial.inverse_GC);
1235 XFillArc(XtDisplay(w),XtWindow(w),w->dial.inverse_GC,
H A DDialP.h94 GC inverse_GC; /* erases indicator & shading. */ member
/dports/cad/xcircuit/xcircuit-3.10.30/Xw/
H A DButton.c196 XtDestroyGC (bw->button.inverse_GC);
353 XtDestroyGC(curcbox->button.inverse_GC);
493 aButton->button.inverse_GC = XtGetGC((Widget)aButton,
H A DPButton.c473 : pb->button.inverse_GC),
486 ? pb->button.inverse_GC
H A DToggle.c611 w -> button.inverse_GC),
619 w -> button.inverse_GC));
H A DXwP.h297 GC inverse_GC; member
H A DMenuBtn.c1179 theGC = mbutton->button.inverse_GC;
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DIconGP.h88 GC inverse_GC; member
204 icong.cache->inverse_GC)
H A DIconG.c2786 (icon_inst-> inverse_GC == icon_cache_inst->inverse_GC) && in IconGCacheCompare()
/dports/print/gv/gv-3.7.4/src/
H A DButton.c268 gc = bw->command.inverse_GC;
/dports/print/tex-xdvik/xdvik-22.87/texk/xdvik/gui/
H A Dxlwradio.c563 DrawHighlight(w, rw->command.inverse_GC); in RadioUnhighlight()