tweak zoom/fullscr to remember cwdw scale after fullscr
[goodguy/cinelerra.git] / cinelerra-5.1 / guicast / bctextbox.h
index 954aa9a501054640756a3ad74da060af50bb1e8f..f96446d6ea7bd2a34ea34065e1c451b39226a378 100644 (file)
@@ -353,6 +353,7 @@ public:
        const char *get_text();
        const wchar_t *get_wtext();
        int get_number();
+       void set_number(int v);
        int get_x();
        int get_y();
        int get_w();
@@ -373,7 +374,7 @@ public:
 
 private:
        int x, y, text_w, list_h;
-       int list_format;
+       int list_format, list_item;
        const char *default_text;
        const wchar_t *default_wtext;
        ArrayList<BC_ListBoxItem*> *list_items;