#UI_ENHANCEMENT by cg
authorClaus Gittinger <cg@exept.de>
Thu, 19 Dec 2019 12:55:28 +0100
changeset 6782 232ef2dd29a8
parent 6781 d4b356512497
child 6783 ad6415741642
#UI_ENHANCEMENT by cg class: Windows10ToolbarIconLibrary class added: #scrollDownIcon #scrollLeftIcon #scrollRightIcon #scrollUpIcon
Windows10ToolbarIconLibrary.st
--- a/Windows10ToolbarIconLibrary.st	Thu Dec 19 12:55:20 2019 +0100
+++ b/Windows10ToolbarIconLibrary.st	Thu Dec 19 12:55:28 2019 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2019 by eXept Software AG
               All Rights Reserved
@@ -63,6 +65,10 @@
     ^ self downArrowDisabledIcon
 !
 
+scrollDownIcon
+    ^ self downArrowIcon
+!
+
 scrollDownOffEnteredIcon
     ^ self downArrowEnteredIcon
 !
@@ -79,6 +85,10 @@
     ^ self leftArrowDisabledIcon
 !
 
+scrollLeftIcon
+    ^ self leftArrowIcon
+!
+
 scrollLeftOffEnteredIcon
     ^ self leftArrowEnteredIcon
 !
@@ -95,6 +105,10 @@
     ^ self rightArrowDisabledIcon
 !
 
+scrollRightIcon
+    ^ self rightArrowIcon
+!
+
 scrollRightOffEnteredIcon
     ^ self rightArrowEnteredIcon
 !
@@ -111,6 +125,10 @@
     ^ self upArrowDisabledIcon
 !
 
+scrollUpIcon
+    ^ self upArrowIcon
+!
+
 scrollUpOffEnteredIcon
     ^ self upArrowEnteredIcon