picon dirs, new cinfinity picons, plugin info, rework text drawing, show msg, compres...
[goodguy/history.git] / cinelerra-5.1 / cinelerra / statusbar.h
index 726a08c24a6ba1e5e693257a8c4392ce3415dd1c..eac565949f8f38b61b06e8a36503f8e43bb0f068 100644 (file)
@@ -34,8 +34,8 @@ public:
        StatusBar(MWindow *mwindow, MWindowGUI *gui);
        ~StatusBar();
 
-       void set_message(const char *text, int color=-1);
-       void set_default_message(const char *text);
+       void show_message(const char *text, int color=-1);
+       void update_default_message();
        void reset_default_message();
        void default_message();
 
@@ -47,6 +47,7 @@ public:
        BC_ProgressBar *main_progress;
        StatusBarCancel *main_progress_cancel;
        BC_Title *status_text;
+       int status_color;
        char default_msg[BCTEXTLEN];
 };