progress bar for Linux partially done: no indeterminate progress bar yet.
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
typedef const char *(*INIT)(int *argc, char ***argv);
|
||||
typedef void (*SHUTDOWN)();
|
||||
typedef void (*SETTEXT)( const char *s );
|
||||
typedef void (*SETPROGRESS)( int progress, int totalWork );
|
||||
typedef void (*SETINDETERMINATE)( bool indeterminate );
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user