mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-24 07:02:30 +01:00
Restore wprogressindicator.c declarations to WINGs/WINGs.h
In commitb4cb488, wprogressindicator.c was removed. It was restored in commitd435ea7, but the corresponding declarations in WINGs/WINGs.h were not. This patch fixes this oversight.
This commit is contained in:
committed by
Carlos R. Mafra
parent
8708b62cea
commit
0a30d42eaa
@@ -1450,6 +1450,22 @@ void WMSetPopUpButtonEnabled(WMPopUpButton *bPtr, Bool flag);
|
||||
|
||||
Bool WMGetPopUpButtonEnabled(WMPopUpButton *bPtr);
|
||||
|
||||
/* ---[ WINGs/wprogressindicator.c ]------------------------------------- */
|
||||
|
||||
WMProgressIndicator* WMCreateProgressIndicator(WMWidget *parent);
|
||||
|
||||
void WMSetProgressIndicatorMinValue(WMProgressIndicator *progressindicator, int value);
|
||||
|
||||
void WMSetProgressIndicatorMaxValue(WMProgressIndicator *progressindicator, int value);
|
||||
|
||||
void WMSetProgressIndicatorValue(WMProgressIndicator *progressindicator, int value);
|
||||
|
||||
int WMGetProgressIndicatorMinValue(WMProgressIndicator *progressindicator);
|
||||
|
||||
int WMGetProgressIndicatorMaxValue(WMProgressIndicator *progressindicator);
|
||||
|
||||
int WMGetProgressIndicatorValue(WMProgressIndicator *progressindicator);
|
||||
|
||||
/* ---[ WINGs/wcolorpanel.c ]--------------------------------------------- */
|
||||
|
||||
WMColorPanel* WMGetColorPanel(WMScreen *scrPtr);
|
||||
|
||||
Reference in New Issue
Block a user