awindowgui / mwindowedit / label rework
[goodguy/history.git] / cinelerra-5.1 / cinelerra / preferencesthread.h
index ed5c54b9108f1b5504d5e4423ca152fa3f9fbcbd..a2437018dd2fc1e96ea464bfd56a2de9b8935b9b 100644 (file)
@@ -113,8 +113,7 @@ class PreferencesWindow : public BC_Window
 public:
        PreferencesWindow(MWindow *mwindow,
                PreferencesThread *thread,
-               int x,
-               int y);
+               int x, int y, int w, int h);
        ~PreferencesWindow();
 
        void create_objects();
@@ -166,6 +165,7 @@ class PreferencesApply : public BC_GenericButton
 public:
        PreferencesApply(MWindow *mwindow, PreferencesThread *thread);
        int handle_event();
+       int resize_event(int w, int h);
        MWindow *mwindow;
        PreferencesThread *thread;
 };
@@ -176,6 +176,7 @@ public:
        PreferencesOK(MWindow *mwindow, PreferencesThread *thread);
        int keypress_event();
        int handle_event();
+       int resize_event(int w, int h);
        MWindow *mwindow;
        PreferencesThread *thread;
 };
@@ -186,6 +187,7 @@ public:
        PreferencesCancel(MWindow *mwindow, PreferencesThread *thread);
        int keypress_event();
        int handle_event();
+       int resize_event(int w, int h);
        MWindow *mwindow;
        PreferencesThread *thread;
 };