add auto zoombar/status color, fix 3 batchrender boobies, rotate plugin tweaks, add...
[goodguy/cinelerra.git] / cinelerra-5.1 / guicast / bcpopupmenu.h
index 1d683835c0d2f0020ae5e2904b0e79d22f6942ee..db79d20211d82aab797d50bd18c1e15eb052c292 100644 (file)
@@ -64,11 +64,11 @@ public:
        int total_items();
        BC_MenuItem* get_item(int i);
 // Set title of menu
        int total_items();
        BC_MenuItem* get_item(int i);
 // Set title of menu
-       void set_text(const char *text);
+       void set_text(const char *text, int color=-1);
 // Set icon of menu.  Disables text.
        void set_icon(BC_Pixmap *pixmap);
 // Draw title of menu
 // Set icon of menu.  Disables text.
        void set_icon(BC_Pixmap *pixmap);
 // Draw title of menu
-       int draw_title(int flush);
+       int draw_title(int flush, int color=-1);
        int reposition_window(int x, int y);
        int deactivate();
        int activate_menu();
        int reposition_window(int x, int y);
        int deactivate();
        int activate_menu();