mirror of
https://github.com/gryf/wmaker.git
synced 2026-03-02 06:35:44 +01:00
WINGs: Remove wprogressindicator and tree
Neither of them used (not by wdm either) Signed-off-by: Tamas TEVESZ <ice@extreme.hu>
This commit is contained in:
committed by
Carlos R. Mafra
parent
d8eea6a155
commit
b4cb488241
@@ -1392,23 +1392,6 @@ void WMSetPopUpButtonEnabled(WMPopUpButton *bPtr, Bool flag);
|
||||
|
||||
Bool WMGetPopUpButtonEnabled(WMPopUpButton *bPtr);
|
||||
|
||||
/* ....................................................................... */
|
||||
|
||||
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);
|
||||
|
||||
|
||||
/* ....................................................................... */
|
||||
|
||||
WMColorPanel* WMGetColorPanel(WMScreen *scrPtr);
|
||||
|
||||
Reference in New Issue
Block a user