remove v4l/lml/buz, add symbolic folders, more xlat update, yuyv fixes, v4l2 upgrades
[goodguy/history.git] / cinelerra-5.1 / guicast / bcmenu.h
index 788f68983b380532510c5ab9095ecebd84db588f..9a528cff16ef3f5aef068bb1df2a787979dea3ce 100644 (file)
@@ -50,8 +50,8 @@ public:
 // Called by user to add items
        int add_item(BC_MenuItem* menuitem);
 // Remove the item ptr and the object
-       int remove_item(BC_MenuItem* item = 0);
-       int total_menuitems();
+       int del_item(BC_MenuItem* item=0);
+       int total_items();
        int set_text(char *text);
 
 // Called by BC_Menubar