listbox activate fix
[goodguy/history.git] / cinelerra-5.1 / guicast / bctextbox.h
index c8e2a71a4d747b29647608d70f2c7d5694012bf2..a46661cdc5f3d6dec33ccd9baca409341ed2ee8a 100644 (file)
@@ -322,6 +322,9 @@ public:
        int get_y();
        int get_w();
        int get_h();
+       int get_show_query();
+       void set_show_query(int v);
+
        void update(const char *text);
        void update_list(ArrayList<BC_ListBoxItem*> *data);
        void reposition_window(int x, int y);