X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fmwindowgui.h;h=2d5fd10cbe97d419e89532b59668b7943e79338a;hb=b75f0c6910f5f1e1094f17874cd404e3f0faee8c;hp=5b8d6bfee937f592c84c3ef983a4e889df35ec2a;hpb=6f8a01f30489bde88280931c3ef9ea4edeb44d0f;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/mwindowgui.h b/cinelerra-5.1/cinelerra/mwindowgui.h index 5b8d6bfe..2d5fd10c 100644 --- a/cinelerra-5.1/cinelerra/mwindowgui.h +++ b/cinelerra-5.1/cinelerra/mwindowgui.h @@ -129,7 +129,6 @@ public: void set_meter_format(int mode, int min, int max); int translation_event(); - int cursor_enter_event(); int resize_event(int w, int h); // handle a resize event int button_release_event(); int keypress_event(); @@ -143,11 +142,10 @@ public: int menu_w(); int menu_h(); // Draw on the status bar only. - void show_message(const char *message, int color = -1); - void set_default_message(const char *message); + void show_message(const char *message, int color=-1); + void update_default_message(); void reset_default_message(); void default_message(); -// Pop up a box if the statusbar is taken and show an error. void show_error(char *message, int color = BLACK); int repeat_event(int64_t duration); // Entry point for drag events in all windows