Home
last modified time | relevance | path

Searched refs:bgGC (Results 1 – 25 of 115) sorted by relevance

12345

/dports/x11-toolkits/tk87/tk8.7a5/macosx/
H A DtkMacOSXEntry.c92 GC bgGC; in TkpDrawEntryBorderAndFocus() local
146 bgGC = Tk_GCForColor(entryPtr->highlightBgColorPtr, d); in TkpDrawEntryBorderAndFocus()
147 TkDrawInsetFocusHighlight(entryPtr->tkwin, bgGC, MAC_OSX_FOCUS_WIDTH, d, 0); in TkpDrawEntryBorderAndFocus()
210 GC bgGC; in TkpDrawSpinboxButtons() local
261 bgGC = Tk_GCForColor(sbPtr->entry.highlightBgColorPtr, d); in TkpDrawSpinboxButtons()
266 XFillRectangles(Tk_Display(tkwin), d, bgGC, rects, 1); in TkpDrawSpinboxButtons()
/dports/x11-toolkits/tk85/tk8.5.19/macosx/
H A DtkMacOSXEntry.c92 GC bgGC; in TkpDrawEntryBorderAndFocus() local
139 bgGC = Tk_GCForColor(entryPtr->highlightBgColorPtr, d); in TkpDrawEntryBorderAndFocus()
140 TkDrawInsetFocusHighlight(entryPtr->tkwin, bgGC, MAC_OSX_FOCUS_WIDTH, d, 0); in TkpDrawEntryBorderAndFocus()
194 GC bgGC; in TkpDrawSpinboxButtons() local
245 bgGC = Tk_GCForColor(sbPtr->entry.highlightBgColorPtr, d); in TkpDrawSpinboxButtons()
250 XFillRectangles(Tk_Display(tkwin), d, bgGC, rects, 1); in TkpDrawSpinboxButtons()
H A DtkMacOSXScrlbr.c163 GC fgGC, bgGC; in TkpDisplayScrollbar() local
165 bgGC = Tk_GCForColor(scrollPtr->highlightBgColorPtr, (Pixmap) macWin); in TkpDisplayScrollbar()
169 fgGC = bgGC; in TkpDisplayScrollbar()
171 TkpDrawHighlightBorder(tkwin, fgGC, bgGC, scrollPtr->highlightWidth, in TkpDisplayScrollbar()
/dports/x11-toolkits/tk86/tk8.6.12/macosx/
H A DtkMacOSXEntry.c92 GC bgGC; in TkpDrawEntryBorderAndFocus() local
146 bgGC = Tk_GCForColor(entryPtr->highlightBgColorPtr, d); in TkpDrawEntryBorderAndFocus()
147 TkDrawInsetFocusHighlight(entryPtr->tkwin, bgGC, MAC_OSX_FOCUS_WIDTH, d, 0); in TkpDrawEntryBorderAndFocus()
210 GC bgGC; in TkpDrawSpinboxButtons() local
261 bgGC = Tk_GCForColor(sbPtr->entry.highlightBgColorPtr, d); in TkpDrawSpinboxButtons()
266 XFillRectangles(Tk_Display(tkwin), d, bgGC, rects, 1); in TkpDrawSpinboxButtons()
/dports/x11/xlockmore/xlockmore-5.67/modes/
H A Dimage.c176 GC fgGC, bgGC; member
200 if (ip->bgGC != None) { in freeLogo()
201 XFreeGC(display, ip->bgGC); in freeLogo()
202 ip->bgGC = None; in freeLogo()
206 ip->bgGC = None; in freeLogo()
230 if (ip->bgGC) { in free_image_screen()
231 XFreeGC(display, ip->bgGC); in free_image_screen()
232 ip->bgGC = None; in free_image_screen()
294 if (ip->bgGC == None) { in initLogo()
308 ip->bgGC = MI_GC(mi); in initLogo()
[all …]
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libtk/generic/
H A Dtk3d.c49 GC bgGC; /* Used (if necessary) to draw areas in member
166 borderPtr->bgGC = None;
183 borderPtr->bgGC = Tk_GetGC(tkwin, GCForeground, &gcValues);
268 XFillRectangle(display, drawable, borderPtr->bgGC, x, y,
351 topGC = bottomGC = borderPtr->bgGC;
525 return borderPtr->bgGC;
581 if (borderPtr->bgGC != None) {
582 Tk_FreeGC(display, borderPtr->bgGC);
953 XFillRectangle(Tk_Display(tkwin), drawable, borderPtr->bgGC,
997 XFillPolygon(Tk_Display(tkwin), drawable, borderPtr->bgGC,
/dports/shells/ksh93/ast-93u/src/lib/libtk/generic/
H A Dtk3d.c49 GC bgGC; /* Used (if necessary) to draw areas in member
166 borderPtr->bgGC = None;
183 borderPtr->bgGC = Tk_GetGC(tkwin, GCForeground, &gcValues);
268 XFillRectangle(display, drawable, borderPtr->bgGC, x, y,
351 topGC = bottomGC = borderPtr->bgGC;
525 return borderPtr->bgGC;
581 if (borderPtr->bgGC != None) {
582 Tk_FreeGC(display, borderPtr->bgGC);
953 XFillRectangle(Tk_Display(tkwin), drawable, borderPtr->bgGC,
997 XFillPolygon(Tk_Display(tkwin), drawable, borderPtr->bgGC,
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libtk/generic/
H A Dtk3d.c49 GC bgGC; /* Used (if necessary) to draw areas in member
166 borderPtr->bgGC = None;
183 borderPtr->bgGC = Tk_GetGC(tkwin, GCForeground, &gcValues);
268 XFillRectangle(display, drawable, borderPtr->bgGC, x, y,
351 topGC = bottomGC = borderPtr->bgGC;
525 return borderPtr->bgGC;
581 if (borderPtr->bgGC != None) {
582 Tk_FreeGC(display, borderPtr->bgGC);
953 XFillRectangle(Tk_Display(tkwin), drawable, borderPtr->bgGC,
997 XFillPolygon(Tk_Display(tkwin), drawable, borderPtr->bgGC,
/dports/x11-toolkits/tk87/tk8.7a5/generic/
H A Dtk3d.c239 borderPtr->bgGC = NULL; in Tk_Get3DBorder()
252 borderPtr->bgGC = Tk_GetGC(tkwin, GCForeground, &gcValues); in Tk_Get3DBorder()
381 return borderPtr->bgGC; in Tk_3DBorderGC()
441 if (borderPtr->bgGC != NULL) { in Tk_Free3DBorder()
442 Tk_FreeGC(display, borderPtr->bgGC); in Tk_Free3DBorder()
985 XFillRectangle(Tk_Display(tkwin), drawable, borderPtr->bgGC, in Tk_Fill3DRectangle()
1031 XFillPolygon(Tk_Display(tkwin), drawable, borderPtr->bgGC, in Tk_Fill3DPolygon()
H A DtkMessage.c710 GC fgGC, bgGC; in DisplayMessage() local
712 bgGC = Tk_GCForColor(msgPtr->highlightBgColorPtr, Tk_WindowId(tkwin)); in DisplayMessage()
715 TkpDrawHighlightBorder(tkwin, fgGC, bgGC, msgPtr->highlightWidth, in DisplayMessage()
718 TkpDrawHighlightBorder(tkwin, bgGC, bgGC, msgPtr->highlightWidth, in DisplayMessage()
H A Dtk3d.h54 GC bgGC; /* Used (if necessary) to draw areas in the member
/dports/x11-toolkits/tk86/tk8.6.12/generic/
H A Dtk3d.c239 borderPtr->bgGC = NULL; in Tk_Get3DBorder()
252 borderPtr->bgGC = Tk_GetGC(tkwin, GCForeground, &gcValues); in Tk_Get3DBorder()
381 return borderPtr->bgGC; in Tk_3DBorderGC()
441 if (borderPtr->bgGC != NULL) { in Tk_Free3DBorder()
442 Tk_FreeGC(display, borderPtr->bgGC); in Tk_Free3DBorder()
985 XFillRectangle(Tk_Display(tkwin), drawable, borderPtr->bgGC, in Tk_Fill3DRectangle()
1031 XFillPolygon(Tk_Display(tkwin), drawable, borderPtr->bgGC, in Tk_Fill3DPolygon()
H A DtkMessage.c708 GC fgGC, bgGC; in DisplayMessage() local
710 bgGC = Tk_GCForColor(msgPtr->highlightBgColorPtr, Tk_WindowId(tkwin)); in DisplayMessage()
713 TkpDrawHighlightBorder(tkwin, fgGC, bgGC, msgPtr->highlightWidth, in DisplayMessage()
716 TkpDrawHighlightBorder(tkwin, bgGC, bgGC, msgPtr->highlightWidth, in DisplayMessage()
H A Dtk3d.h54 GC bgGC; /* Used (if necessary) to draw areas in the member
/dports/x11-toolkits/tk85/tk8.5.19/generic/
H A Dtk3d.c240 borderPtr->bgGC = None; in Tk_Get3DBorder()
253 borderPtr->bgGC = Tk_GetGC(tkwin, GCForeground, &gcValues); in Tk_Get3DBorder()
382 return borderPtr->bgGC; in Tk_3DBorderGC()
443 if (borderPtr->bgGC != None) { in Tk_Free3DBorder()
444 Tk_FreeGC(display, borderPtr->bgGC); in Tk_Free3DBorder()
981 XFillRectangle(Tk_Display(tkwin), drawable, borderPtr->bgGC, in Tk_Fill3DRectangle()
1027 XFillPolygon(Tk_Display(tkwin), drawable, borderPtr->bgGC, in Tk_Fill3DPolygon()
H A DtkMessage.c708 GC fgGC, bgGC; in DisplayMessage() local
710 bgGC = Tk_GCForColor(msgPtr->highlightBgColorPtr, Tk_WindowId(tkwin)); in DisplayMessage()
713 TkpDrawHighlightBorder(tkwin, fgGC, bgGC, msgPtr->highlightWidth, in DisplayMessage()
716 TkpDrawHighlightBorder(tkwin, bgGC, bgGC, msgPtr->highlightWidth, in DisplayMessage()
H A Dtk3d.h60 GC bgGC; /* Used (if necessary) to draw areas in the member
/dports/x11-toolkits/tk87/tk8.7a5/unix/
H A DtkUnixDraw.c201 GC bgGC, in TkpDrawHighlightBorder() argument
205 (void)bgGC; in TkpDrawHighlightBorder()
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/unix/
H A DtkUnixDraw.c203 TkpDrawHighlightBorder(tkwin, fgGC, bgGC, highlightWidth, drawable) in TkpDrawHighlightBorder() argument
206 GC bgGC;
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/generic/
H A Dtk3d.c243 borderPtr->bgGC = None;
257 borderPtr->bgGC = Tk_GetGC(tkwin, GCForeground, &gcValues);
389 return borderPtr->bgGC;
451 if (borderPtr->bgGC != None) {
452 Tk_FreeGC(display, borderPtr->bgGC);
997 XFillRectangle(Tk_Display(tkwin), drawable, borderPtr->bgGC,
1044 XFillPolygon(Tk_Display(tkwin), drawable, borderPtr->bgGC,
H A DtkMessage.c736 GC fgGC, bgGC; local
738 bgGC = Tk_GCForColor(msgPtr->highlightBgColorPtr, Tk_WindowId(tkwin));
741 TkpDrawHighlightBorder(tkwin, fgGC, bgGC, msgPtr->highlightWidth,
744 TkpDrawHighlightBorder(tkwin, bgGC, bgGC, msgPtr->highlightWidth,
H A Dtk3d.h66 GC bgGC; /* Used (if necessary) to draw areas in member
/dports/x11-wm/windowmaker/WindowMaker-0.95.9/WINGs/
H A Dwruler.c37 GC fgGC, bgGC; member
159 rPtr->bgGC, 0, 0, rPtr->view->size.width, 40); in createDrawBuffer()
172 rPtr->bgGC, 0, 0, rPtr->view->size.width, 40); in drawRulerOnPixmap()
214 rPtr->view->window, rPtr->bgGC, 0, 0, rPtr->view->size.width, 40, 0, 0); in paintRuler()
412 rPtr->bgGC = WMColorGC(WMGrayColor(rPtr->view->screen)); in WMCreateRuler()
/dports/x11-wm/libwraster/WindowMaker-0.95.9/WINGs/
H A Dwruler.c37 GC fgGC, bgGC; member
159 rPtr->bgGC, 0, 0, rPtr->view->size.width, 40); in createDrawBuffer()
172 rPtr->bgGC, 0, 0, rPtr->view->size.width, 40); in drawRulerOnPixmap()
214 rPtr->view->window, rPtr->bgGC, 0, 0, rPtr->view->size.width, 40, 0, 0); in paintRuler()
412 rPtr->bgGC = WMColorGC(WMGrayColor(rPtr->view->screen)); in WMCreateRuler()
/dports/audio/xmixer/xmixer/Xw/
H A DButton.c268 new->button.bgGC = new->button.std_bg_gc; in Initialize()
310 new->button.bgGC = new->button.std_bg_gc; in SetValues()
403 bw->button.bgGC = bw->button.focus_bg_gc; in Highlight()
418 bw->button.bgGC = bw->button.std_bg_gc; in Unhighlight()
578 XFillRectangle (XtDisplay (w), XtWindow(w), bw->button.bgGC, in DrawButton()

12345