diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2019-05-09 20:52:43 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2019-05-09 20:52:47 +0200 |
commit | 15faa626f7df7a3024dda5d11001347ed4573568 (patch) | |
tree | aad5c44d8906caef72e76f767b6895c0a4682a46 /plugingui/Makefile.am | |
parent | 751f01eea8c40f70d412e691e6677d3daae54c7a (diff) |
Add tooltip buttons to frames.
Diffstat (limited to 'plugingui/Makefile.am')
-rw-r--r-- | plugingui/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
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 \ |