mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-07 22:34:18 +01:00
Added a missing function declaration
This commit is contained in:
@@ -990,12 +990,14 @@ void WMSetLabelImage(WMLabel *lPtr, WMPixmap *image);
|
||||
|
||||
WMPixmap *WMGetLabelImage(WMLabel *lPtr);
|
||||
|
||||
char *WMGetLabelText(WMLabel *lPtr);
|
||||
|
||||
void WMSetLabelImagePosition(WMLabel *lPtr, WMImagePosition position);
|
||||
|
||||
|
||||
void WMSetLabelTextAlignment(WMLabel *lPtr, WMAlignment alignment);
|
||||
|
||||
void WMSetLabelRelief(WMLabel *lPtr, WMReliefType relief);
|
||||
|
||||
|
||||
void WMSetLabelText(WMLabel *lPtr, char *text);
|
||||
|
||||
void WMSetLabelFont(WMLabel *lPtr, WMFont *font);
|
||||
|
||||
Reference in New Issue
Block a user