X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Ftitler%2Ftitlerwindow.h;fp=cinelerra-5.1%2Fplugins%2Ftitler%2Ftitlerwindow.h;h=331b42b0f9553759e36987f0e5608df312e796d3;hb=4f7f413cbc1c6ea5da27cb75ca27a3ab317243ec;hp=5af1c7aad67ff8626f8021671d00b49572e371f8;hpb=72a6abf751403bd91464e77ff2cece01c9756a6b;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/titler/titlerwindow.h b/cinelerra-5.1/plugins/titler/titlerwindow.h index 5af1c7aa..331b42b0 100644 --- a/cinelerra-5.1/plugins/titler/titlerwindow.h +++ b/cinelerra-5.1/plugins/titler/titlerwindow.h @@ -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;