search fixes, preset fixes, ladspa icon logging, igor pref theme, drag btn rollover
[goodguy/history.git] / cinelerra-5.1 / cinelerra / awindowgui.h
index f7c90120c304dd9fba4aa263f00af68c704e8c0b..2e9228694b73fb2d62aa538e6e0f70ce74d1e7c4 100644 (file)
@@ -326,16 +326,17 @@ public:
 
        int handle_event();
        void create_objects();
+       int get_w();
+       int get_h();
+       void reposition_window(int x, int y, int w);
+       const char *get_text();
+       void clear();
 
        MWindow *mwindow;
        AWindowGUI *gui;
        int x, y;
        BC_Title *text_title;
        BC_TextBox *text_box;
-       int get_w();
-       int get_h();
-       void reposition_window(int x, int y, int w);
-       const char *get_text();
 };
 
 class AWindowNewFolder : public BC_Button