titler font fixups, debian i386 build
[goodguy/history.git] / cinelerra-5.1 / guicast / bclistbox.h
index 7a61af7120ff551de5fc6fd724421339f66b365d..e815a7f7edd1935616c4f4d5efb5096116f480b0 100644 (file)
@@ -189,13 +189,15 @@ public:
        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();
 
        int translation_event();
        int repeat_event(int64_t duration);