X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;ds=sidebyside;f=cinelerra-5.1%2Fcinelerra%2Flabeledit.h;h=80bf1f127e350f7254b196af5bedb6aa87a13d95;hb=HEAD;hp=094c9f415c4c9e62ab9224f37aa78cf07de3a5ab;hpb=4b6c39e6cf4a3fd9c1b347db6de686ab55d6cac8;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/labeledit.h b/cinelerra-5.1/cinelerra/labeledit.h index 094c9f41..80bf1f12 100644 --- a/cinelerra-5.1/cinelerra/labeledit.h +++ b/cinelerra-5.1/cinelerra/labeledit.h @@ -39,7 +39,7 @@ public: ~LabelEdit(); BC_Window *new_gui(); - void start(Label *label); + void start(Label *label, int x, int y); void handle_close_event(int result); void handle_done_event(int result); @@ -49,21 +49,22 @@ public: VWindow *vwindow; Label *label; + int x, y; LabelEditWindow *label_edit_window; }; class LabelEditWindow : public BC_Window { public: - LabelEditWindow(MWindow *mwindow, LabelEdit *thread, int x, int y); + LabelEditWindow(MWindow *mwindow, LabelEdit *thread); ~LabelEditWindow(); void create_objects(); -// Use this copy of the pointer in LabelEdit since multiple windows are possible Label *label; MWindow *mwindow; LabelEdit *thread; + BC_TextBox *textbox; }; class LabelEditTitle : public BC_TextBox