rework histogram_bezier, init wm icon set_icon(gg), update de.po+msg/txt
[goodguy/history.git] / cinelerra-5.1 / cinelerra / labeledit.h
index 094c9f415c4c9e62ab9224f37aa78cf07de3a5ab..80bf1f127e350f7254b196af5bedb6aa87a13d95 100644 (file)
@@ -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