xlat changes, layout changes
[goodguy/history.git] / cinelerra-5.1 / guicast / bcpopupmenu.h
index f5de6d41880fc00b3ddbe2674396c93b29170918..182ced28b4871bdb6cdd1e14fbf7a356132df380 100644 (file)
@@ -59,6 +59,7 @@ public:
        char* get_text();
        int initialize();
        int add_item(BC_MenuItem *item);
+       int del_item(BC_MenuItem *item);
        int remove_item(BC_MenuItem *item);
        int total_items();
        BC_MenuItem* get_item(int i);
@@ -94,7 +95,6 @@ private:
        int highlighted;
        int popup_down;
        int use_title;
-       int button_releases;
        BC_MenuPopup *menu_popup;
 // Remember cursor position when no title
        int button_press_x, button_press_y;