rotation action
[naja.git] / naja / widgets / text.py
index d8d2d47e51726c7ac58b3ed77cf7d3b6f5a582d8..e4eecaacad57e2f53ffdf07a9b8419a43896166f 100644 (file)
@@ -19,6 +19,8 @@ MARKUP_MAP = {
     'RED': ('glyphs/key.png', PALETTE.ORANGE),
     'GREEN': ('glyphs/key.png', PALETTE.GREEN),
     'BLUE': ('glyphs/key.png', PALETTE.BLUE),
+    'CLOCKWISE': ('glyphs/clockwise.png', None),
+    'ANTICLOCKWISE': ('glyphs/anticlockwise.png', None),
 }