1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-27 02:05:47 +01:00

Added a missing function declaration

This commit is contained in:
dan
2001-01-23 02:52:14 +00:00
parent 070645e329
commit 8493be9734

View File

@@ -990,6 +990,8 @@ void WMSetLabelImage(WMLabel *lPtr, WMPixmap *image);
WMPixmap *WMGetLabelImage(WMLabel *lPtr); WMPixmap *WMGetLabelImage(WMLabel *lPtr);
char *WMGetLabelText(WMLabel *lPtr);
void WMSetLabelImagePosition(WMLabel *lPtr, WMImagePosition position); void WMSetLabelImagePosition(WMLabel *lPtr, WMImagePosition position);
void WMSetLabelTextAlignment(WMLabel *lPtr, WMAlignment alignment); void WMSetLabelTextAlignment(WMLabel *lPtr, WMAlignment alignment);