add file size toggle icons, ff_lut3d icon, fullscrn clk2play fix, timebar endpt curso...
[goodguy/history.git] / cinelerra-5.1 / guicast / bclistbox.h
index 5ea18865e6679f41e05d261f9fa1d3364265eda6..365ec488bb07119df32f8b4d705fe4834de0b27f 100644 (file)
@@ -27,7 +27,7 @@
 #include "bcscrollbar.h"
 #include "bcsubwindow.h"
 #include "bctoggle.h"
-#include "colors.h"
+#include "bccolors.h"
 
 #define BCPOPUPLISTBOX_W 25
 #define BCPOPUPLISTBOX_H 25
@@ -106,8 +106,6 @@ public:
                int allow_drag = 0);                  // Allow user to drag icons around
        virtual ~BC_ListBox();
 
-       friend class BC_ListBoxToggle;
-
        int initialize();
 
 // User event handler for new selections
@@ -199,7 +197,9 @@ public:
 // Must be called in the constructor.
        void set_use_button(int value);
        void set_is_suggestions(int value);
-
+       void set_scroll_repeat();
+       void unset_scroll_repeat();
+       int scroll_repeat;
 
 // change the contents
        int update(ArrayList<BC_ListBoxItem*> *data,