From 8493be9734458e8a6c94c9bc9208e45d709cc970 Mon Sep 17 00:00:00 2001 From: dan Date: Tue, 23 Jan 2001 02:52:14 +0000 Subject: [PATCH] Added a missing function declaration --- WINGs/WINGs/WINGs.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/WINGs/WINGs/WINGs.h b/WINGs/WINGs/WINGs.h index 8b8717cf..52d329d4 100644 --- a/WINGs/WINGs/WINGs.h +++ b/WINGs/WINGs/WINGs.h @@ -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); -- 2.11.4.GIT