add resource wdw folder expanders, fix plugin close deadlock detect
[goodguy/history.git] / cinelerra-5.1 / guicast / bclistboxitem.h
index 78db9d663e68f8b4f9afe838baf4c24eef54f90c..229b31ef3dcb25d40fddbe3d53341ec3f6cbffaf 100644 (file)
@@ -92,6 +92,7 @@ public:
 
 // The item with the sublist must be in column 0.  Only this is searched by
 // BC_ListBox.
+       int sublist_active() { return sublist && expand ? 1 : 0; }
 // Mind you, sublists are ignored in icon mode.
        ArrayList<BC_ListBoxItem*>* new_sublist(int columns);
        ArrayList<BC_ListBoxItem*>* get_sublist() { return sublist; }