From 15faa626f7df7a3024dda5d11001347ed4573568 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 9 May 2019 20:52:43 +0200 Subject: Add tooltip buttons to frames. --- plugingui/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plugingui/Makefile.am') diff --git a/plugingui/Makefile.am b/plugingui/Makefile.am index 8ae991a..09e5474 100644 --- a/plugingui/Makefile.am +++ b/plugingui/Makefile.am @@ -7,6 +7,7 @@ RES = \ resources/bypass_button.png \ resources/font.png \ resources/fontemboss.png \ + resources/help_button.png \ resources/knob.png \ resources/logo.png \ resources/png_error \ @@ -71,6 +72,7 @@ nodist_libdggui_la_SOURCES = \ filebrowser.cc \ font.cc \ frame.cc \ + helpbutton.cc \ humanizerframecontent.cc \ humaniservisualiser.cc \ image.cc \ @@ -104,6 +106,7 @@ nodist_libdggui_la_SOURCES = \ texturedbox.cc \ timingframecontent.cc \ toggle.cc \ + tooltip.cc \ utf8.cc \ verticalline.cc \ visualizerframecontent.cc \ -- cgit v1.2.3