the progress now displays on a mac. Needs some visual adjustments though.

This commit is contained in:
Thai Pangsakulyanont
2011-06-05 12:18:20 +07:00
parent ac928c7faa
commit bce2fcbe2a
3 changed files with 50 additions and 4 deletions
@@ -9,6 +9,8 @@ public:
LoadingWindow_MacOSX();
~LoadingWindow_MacOSX();
void SetText( RString str );
void SetProgress( const int progress );
void SetTotalWork( const int totalWork );
};
#define USE_LOADING_WINDOW_MACOSX