sams folder icons, snap drag, sort folders, in/out ptr bug, interp bg fix, filebox...
[goodguy/history.git] / cinelerra-5.1 / cinelerra / folderlistmenu.h
index 41f0860c1f9306033b0149cf829be5560e3b9f24..184e609249a3ec4ff393d551e796202199abdcda 100644 (file)
@@ -37,6 +37,16 @@ public:
        FolderListMenu *menu;
 };
 
+class FolderListSort : public BC_MenuItem
+{
+public:
+       FolderListSort(MWindow *mwindow, FolderListMenu *menu);
+
+       int handle_event();
+       MWindow *mwindow;
+       FolderListMenu *menu;
+};
+
 class FolderListMenu : public BC_PopupMenu
 {
 public: