titler fixes, auto paste bug, resize popup hang, focus policy fix, chk lang
[goodguy/history.git] / cinelerra-5.1 / plugins / titler / titlerwindow.h
index 5df373f59d2bba549629c8e89d515dcbf73ac8ca..331b42b0f9553759e36987f0e5608df312e796d3 100644 (file)
@@ -94,7 +94,9 @@ public:
        void update();
        void previous_font();
        void next_font();
+       void check_style(const char *font_name);
        int insert_ibeam(const char *txt, int adv);
+       void done_event(int result);
 
        TitleMain *client;
 
@@ -548,7 +550,11 @@ class TitleFontsPopup : public BC_ListBox
 public:
        TitleFontsPopup(TitleMain *client, TitleWindow *window);
        ~TitleFontsPopup();
+       int keypress_event();
        int handle_event();
+       int show_tooltip(const char *text, int x,int y, int w,int h) {
+               return gui_tooltip(text);
+       }
 
        TitleMain *client;
        TitleWindow *window;