Add API to render a Icon with a text caption

This commit is contained in:
Robin Gareus 2022-01-15 03:15:51 +01:00
parent 203017e2d5
commit 21c22cc850
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
2 changed files with 48 additions and 0 deletions

View file

@ -84,6 +84,11 @@ namespace ArdourWidgets { namespace ArdourIcon {
Gtk::Widget* w,
const enum Icon icon);
LIBWIDGETS_API bool expose_with_text (GdkEventExpose* ev,
Gtk::Widget* w,
const enum Icon icon,
std::string const&);
}; } /* end namespace */
#endif