add binfolder path relative filters, fix gbrp color model, vwdw timebar tweaks, title...
[goodguy/history.git] / cinelerra-5.1 / guicast / bclistbox.h
index a10446d9a52f1ce572fdf36011adc3033cf8274a..ce867ef88ecc196efd0dfd3b6d9f2c79a881a11f 100644 (file)
@@ -123,6 +123,8 @@ public:
        virtual int sort_order_event() { return 0; };
 // Column moved
        virtual int move_column_event() { return 0; };
+// item highlight changed
+       virtual int mouse_over_event(int no) { return 0; }
 
        int enable();
        int disable();