1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 04:20:27 +01:00

added some new functions

This commit is contained in:
kojima
2000-09-25 19:21:45 +00:00
parent 8cbe55ade1
commit edc57cf7a1
8 changed files with 277 additions and 1 deletions

View File

@@ -933,6 +933,13 @@ WMUnmapWidget(WMWidget *w)
}
Bool
WMWidgetIsMapped(WMWidget *w)
{
return W_VIEW(w)->flags.mapped;
}
void
WMSetWidgetBackgroundColor(WMWidget *w, WMColor *color)
{