1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-03-07 01:55:48 +01:00

WINGs: add function to set the color of the frame title

This patch adds a function used to set the color of the frame title
This commit is contained in:
David Maciejak
2014-06-12 12:48:47 +07:00
committed by Carlos R. Mafra
parent cb5076794a
commit 3b298e8964
2 changed files with 16 additions and 1 deletions

View File

@@ -1135,6 +1135,8 @@ void WMSetFrameRelief(WMFrame *fPtr, WMReliefType relief);
void WMSetFrameTitle(WMFrame *fPtr, const char *title);
void WMSetFrameTitleColor(WMFrame *fPtr, WMColor *color);
/* ---[ WINGs/wtextfield.c ]---------------------------------------------- */
WMTextField* WMCreateTextField(WMWidget *parent);