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