Home
last modified time | relevance | path

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

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Druler.c1161 static Pixmap tooltipBgPixmap=None; variable
1336 if (tooltipBgPixmap != None) { in CleanUpMeasureTooltip()
1337 XFreePixmap(mainDisplay, tooltipBgPixmap); in CleanUpMeasureTooltip()
1338 tooltipBgPixmap = None; in CleanUpMeasureTooltip()
1402 tooltipBgPixmap = XCreatePixmap(mainDisplay, mainWindow, 2, 2, mainDepth); in CreateLightYellowBackgroundPixmapForTooltip()
1404 XFillRectangle(mainDisplay, tooltipBgPixmap, xpmGC, 0, 0, 2, 2); in CreateLightYellowBackgroundPixmapForTooltip()
1406 image = XGetImage(mainDisplay, tooltipBgPixmap, 0, 0, 2, 2, AllPlanes, in CreateLightYellowBackgroundPixmapForTooltip()
1410 XPutImage(mainDisplay, tooltipBgPixmap, xpmGC, image, 0, 0, 0, 0, 2, 2); in CreateLightYellowBackgroundPixmapForTooltip()
1413 XSetWindowBackgroundPixmap(mainDisplay, gmti.win, tooltipBgPixmap); in CreateLightYellowBackgroundPixmapForTooltip()
1420 tooltipBgPixmap = None; in InitMeasureTooltip()