mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-09 07:14:18 +01:00
- Fixed a bug in popup button code.
- Added functions to allow the color of the text in buttons to be specified.
This commit is contained in:
@@ -825,6 +825,12 @@ void WMSetButtonText(WMButton *bPtr, char *text);
|
||||
|
||||
void WMSetButtonAltText(WMButton *bPtr, char *text);
|
||||
|
||||
void WMSetButtonTextColor(WMButton *bPtr, WMColor *color);
|
||||
|
||||
void WMSetButtonAltTextColor(WMButton *bPtr, WMColor *color);
|
||||
|
||||
void WMSetButtonDisabledTextColor(WMButton *bPtr, WMColor *color);
|
||||
|
||||
void WMSetButtonSelected(WMButton *bPtr, int isSelected);
|
||||
|
||||
int WMGetButtonSelected(WMButton *bPtr);
|
||||
|
||||
Reference in New Issue
Block a user