titler fixes, auto paste bug, resize popup hang, focus policy fix, chk lang
[goodguy/history.git] / cinelerra-5.1 / plugins / titler / titlerwindow.h
index 5af1c7aad67ff8626f8021671d00b49572e371f8..331b42b0f9553759e36987f0e5608df312e796d3 100644 (file)
@@ -550,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;