mirror of
https://github.com/gryf/wmaker.git
synced 2026-03-23 12:13:31 +01:00
WINGs: add functions to set widget background image
With this patch we can set widget background image. As now, only background color was available.
This commit is contained in:
committed by
Carlos R. Mafra
parent
47ac986b53
commit
c10469264d
@@ -930,6 +930,10 @@ void WMSetWidgetBackgroundColor(WMWidget *w, WMColor *color);
|
||||
|
||||
WMColor* WMGetWidgetBackgroundColor(WMWidget *w);
|
||||
|
||||
void WMSetWidgetBackgroundPixmap(WMWidget *w, WMPixmap *pix);
|
||||
|
||||
WMPixmap *WMGetWidgetBackgroundPixmap(WMWidget *w);
|
||||
|
||||
void WMMapSubwidgets(WMWidget *w);
|
||||
|
||||
void WMUnmapSubwidgets(WMWidget *w);
|
||||
|
||||
Reference in New Issue
Block a user