titler font fixups, debian i386 build
[goodguy/history.git] / cinelerra-5.1 / guicast / bclistbox.h
index 8100adfdd25c1a6fd3e513d744af680a917c906c..e815a7f7edd1935616c4f4d5efb5096116f480b0 100644 (file)
@@ -178,25 +178,27 @@ public:
                int *result /* = 0 */,
                int master_column);
 
-
-       int focus_out_event();
+       virtual int focus_out_event();
+       virtual int keypress_event();
        virtual int button_press_event();
-       int button_release_event();
-       int cursor_enter_event();
-       int cursor_leave_event();
-       int cursor_motion_event();
+       virtual int button_release_event();
+       virtual int cursor_enter_event();
+       virtual int cursor_leave_event();
+       virtual int cursor_motion_event();
        virtual int drag_start_event();
        virtual int drag_motion_event();
        virtual int drag_stop_event();
-       int deactivate();
+
 // After popping up a menu call this to interrupt the selection process
        void deactivate_selection();
 
 // take_focus - used by the suggestion box to keep it from taking focus from the
 // textbox
        int activate(int take_focus = 1);
+       int activate(int x, int y, int w=-1, int h=-1);
+       int deactivate();
+       int is_active();
 
-       virtual int keypress_event();
        int translation_event();
        int repeat_event(int64_t duration);
        BC_DragWindow* get_drag_popup();
@@ -534,7 +536,7 @@ private:
 
 
 // Popup button
-       BC_Pixmap *button_images[3];
+       BC_Pixmap *button_images[4];
 // Expander
        BC_Pixmap *toggle_images[5];
 // Background for drawing on