X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fmwindowgui.h;h=2d5fd10cbe97d419e89532b59668b7943e79338a;hb=7b05ad287956f8bd00836d9b5fb39f899a5fb641;hp=54623284eadc242d5f93b9aaa3797bd205138287;hpb=21c2e6b36d6a96c2f662a89459d607b5a387f4eb;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/mwindowgui.h b/cinelerra-5.1/cinelerra/mwindowgui.h index 54623284..2d5fd10c 100644 --- a/cinelerra-5.1/cinelerra/mwindowgui.h +++ b/cinelerra-5.1/cinelerra/mwindowgui.h @@ -142,8 +142,10 @@ public: int menu_w(); int menu_h(); // Draw on the status bar only. - int show_message(char *message, int color = -1); -// Pop up a box if the statusbar is taken and show an error. + void show_message(const char *message, int color=-1); + void update_default_message(); + void reset_default_message(); + void default_message(); void show_error(char *message, int color = BLACK); int repeat_event(int64_t duration); // Entry point for drag events in all windows