and now without debug printf()
[ardour.git] / libs / gtkmm2ext / gtkmm2ext / ardour_icon.h
index 8e562efbeab309c9c622bcc418f61d250c111495..df2fbbe9dc3b52ffd389f138afbe99be436ca769 100644 (file)
@@ -23,13 +23,25 @@ namespace Gtkmm2ext { namespace ArdourIcon {
                TransportMetronom,
                NudgeLeft,
                NudgeRight,
+               ZoomIn,
+               ZoomOut,
+               ZoomFull,
+               TimeAxisShrink,
+               TimeAxisExpand,
+               ToolGrab,
+               ToolRange,
+               ToolCut,
+               ToolStretch,
+               ToolAudition,
+               ToolDraw,
+               ToolContent,
        };
 
-       bool render (cairo_t *cr,
-                    const enum Icon icon,
-                    const int width, const int height,
-                    const Gtkmm2ext::ActiveState state,
-                    const uint32_t fg_color);
+       LIBGTKMM2EXT_API bool render (cairo_t *cr,
+                                     const enum Icon icon,
+                                     const int width, const int height,
+                                     const Gtkmm2ext::ActiveState state,
+                                     const uint32_t fg_color);
 }; };
 
 #endif