summaryrefslogtreecommitdiff
path: root/libs/widgets
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2020-02-22 17:18:20 +0100
committerRobin Gareus <robin@gareus.org>2020-02-22 21:40:35 +0100
commit44165309299960e35d4efa2194b2c2db63c2c1b2 (patch)
tree107e9c2f2f281f8c644251c99a689122d557c07f /libs/widgets
parent541ea5ccad4d84563f75b16a885d20b8590f083a (diff)
Tweak ArdorIcon display-tool & re-order icons
* add option to render a border * group icons (assume 7x7 grid)
Diffstat (limited to 'libs/widgets')
-rw-r--r--libs/widgets/widgets/ardour_icon.h34
1 files changed, 17 insertions, 17 deletions
diff --git a/libs/widgets/widgets/ardour_icon.h b/libs/widgets/widgets/ardour_icon.h
index 60c0ec2b8c..a972712961 100644
--- a/libs/widgets/widgets/ardour_icon.h
+++ b/libs/widgets/widgets/ardour_icon.h
@@ -29,28 +29,14 @@ namespace ArdourWidgets { namespace ArdourIcon {
enum Icon {
RecButton,
RecTapeMode,
- CloseCross,
- HideEye,
- StripWidth,
- DinMidi,
+ TransportPanic,
TransportStop,
TransportPlay,
TransportLoop,
TransportRange,
TransportStart,
TransportEnd,
- TransportPanic,
TransportMetronom,
- ScrollLeft,
- ScrollRight,
- NudgeLeft,
- NudgeRight,
- ZoomIn,
- ZoomOut,
- ZoomFull,
- ZoomExpand,
- TimeAxisShrink,
- TimeAxisExpand,
ToolGrab,
ToolRange,
ToolCut,
@@ -58,6 +44,20 @@ namespace ArdourWidgets { namespace ArdourIcon {
ToolAudition,
ToolDraw,
ToolContent,
+ ZoomIn,
+ ZoomOut,
+ ZoomFull,
+ ZoomExpand,
+ TimeAxisShrink,
+ TimeAxisExpand,
+ StripWidth,
+ CloseCross,
+ HideEye,
+ ScrollLeft,
+ ScrollRight,
+ NudgeLeft,
+ NudgeRight,
+ DinMidi,
PsetAdd,
PsetSave,
PsetDelete,
@@ -65,11 +65,11 @@ namespace ArdourWidgets { namespace ArdourIcon {
PluginReset,
PluginBypass,
PluginPinout,
+ LatencyClock,
Config,
ConfigReset,
PowerOnOff,
- LatencyClock,
- NoIcon,
+ NoIcon //< Last
};
LIBWIDGETS_API bool render (cairo_t *cr,