Skip to content

Commit

Permalink
Added caret icons
Browse files Browse the repository at this point in the history
  • Loading branch information
mtabacman committed Jan 13, 2025
1 parent 0b0c912 commit d76d13f
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions source/Willow-JQueryUI/JQueryUIComponentSupplier.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -37,22 +37,24 @@ JQueryUIComponentSupplier class >> initializeDialogClasses [
JQueryUIComponentSupplier class >> initializeIconsClasses [

<ignoreForCoverage>
Classification >> #jQueryUI
bind: #uiIconSeekNext to: 'ui-icon-seek-next';
( Classification >> #jQueryUI )
bind: #uiIconArrowthick1E to: 'ui-icon-arrowthick-1-e';
bind: #uiIconArrowthick1S to: 'ui-icon-arrowthick-1-s';
bind: #uiIconArrowthick1W to: 'ui-icon-arrowthick-1-w';
bind: #uiIconSeekPrev to: 'ui-icon-seek-prev';
bind: #uiIconStar to: 'ui-icon-star';
bind: #uiIconComment to: 'ui-icon-comment';
bind: #uiIconCancel to: 'ui-icon-cancel';
bind: #uiIconCaret1E to: 'ui-icon-caret-1-e';
bind: #uiIconCaret1S to: ' ui-icon-caret-1-s';
bind: #uiIconCheck to: 'ui-icon-check';
bind: #uiIconArrowthick1S to: 'ui-icon-arrowthick-1-s';
bind: #uiIconClose to: 'ui-icon-close';
bind: #uiIconClosethick to: 'ui-icon-closethick';
bind: #uiIconPencil to: 'ui-icon-pencil';
bind: #uiIconCancel to: 'ui-icon-cancel';
bind: #uiIconComment to: 'ui-icon-comment';
bind: #uiIconMinusthick to: 'ui-icon-minusthick';
bind: #uiIconPencil to: 'ui-icon-pencil';
bind: #uiIconPlus to: 'ui-icon-plus';
bind: #uiIconPlusthick to: 'ui-icon-plusthick';
bind: #uiIconArrowthick1E to: 'ui-icon-arrowthick-1-e';
bind: #uiIconClose to: 'ui-icon-close'
bind: #uiIconSeekNext to: 'ui-icon-seek-next';
bind: #uiIconSeekPrev to: 'ui-icon-seek-prev';
bind: #uiIconStar to: 'ui-icon-star'
]

{ #category : 'class initialization' }
Expand Down

0 comments on commit d76d13f

Please sign in to comment.