repeat play, in/out <> shortcuts, append to proj wording, cleanup
[goodguy/history.git] / cinelerra-5.1 / cinelerra / mwindowgui.h
index 54623284eadc242d5f93b9aaa3797bd205138287..a40e44460cafbf5ea1bfb5bc76c595bddac60f05 100644 (file)
@@ -51,6 +51,7 @@
 #include "statusbar.inc"
 #include "swindow.inc"
 #include "timelinepane.inc"
+#include "track.inc"
 #include "trackcanvas.inc"
 #include "trackscroll.inc"
 #include "transitionpopup.inc"
@@ -127,6 +128,8 @@ public:
        void set_playing_back(int value);
        void set_editing_mode(int flush);
        void set_meter_format(int mode, int min, int max);
+       void update_mixers(Track *track, int v);
+       void stop_transport(const char *lock_msg);
 
        int translation_event();
        int resize_event(int w, int h);          // handle a resize event
@@ -142,8 +145,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