Home
last modified time | relevance | path

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

/dports/x11-wm/windowmaker/WindowMaker-0.95.9/WINGs/
H A Dwbutton.c15 WMColor *altTextColor; member
367 if (bPtr->altTextColor) in WMSetButtonAltTextColor()
368 WMReleaseColor(bPtr->altTextColor); in WMSetButtonAltTextColor()
370 bPtr->altTextColor = WMRetainColor(color); in WMSetButtonAltTextColor()
580 if (bPtr->altTextColor) in paintButton()
581 textColor = bPtr->altTextColor; in paintButton()
605 if (bPtr->altTextColor) in paintButton()
606 textColor = bPtr->altTextColor; in paintButton()
755 if (bPtr->altTextColor) in destroyButton()
756 WMReleaseColor(bPtr->altTextColor); in destroyButton()
/dports/x11-wm/libwraster/WindowMaker-0.95.9/WINGs/
H A Dwbutton.c15 WMColor *altTextColor; member
367 if (bPtr->altTextColor) in WMSetButtonAltTextColor()
368 WMReleaseColor(bPtr->altTextColor); in WMSetButtonAltTextColor()
370 bPtr->altTextColor = WMRetainColor(color); in WMSetButtonAltTextColor()
580 if (bPtr->altTextColor) in paintButton()
581 textColor = bPtr->altTextColor; in paintButton()
605 if (bPtr->altTextColor) in paintButton()
606 textColor = bPtr->altTextColor; in paintButton()
755 if (bPtr->altTextColor) in destroyButton()
756 WMReleaseColor(bPtr->altTextColor); in destroyButton()
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/UI/Source/
H A Dtng.h117 uchar altTextColor; // alternate text color for some gadgets member
H A Dtngmenu.c154 gr_set_fcolor(ptng->style->altTextColor); in tng_menu_2d_draw()
H A Dtngbarry.c228 gr_set_fcolor(ptng->style->altTextColor); in tng_buttonarray_draw_button()
H A Dtngqbox.c1199 gr_set_fcolor(ptng->style->altTextColor); in gad_qbox_display_slot()