mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-28 01:17:42 +01:00
Add API to render a Icon with a text caption
This commit is contained in:
parent
203017e2d5
commit
21c22cc850
2 changed files with 48 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue