8000 rename method protocols [feenkcom/gtoolkit#4519] · feenkcom/Brick@120023c · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit 120023c

Browse files
committed
rename method protocols [feenkcom/gtoolkit#4519]
1 parent 38142a6 commit 120023c

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

src/Brick-Examples/BrMenuWithScripterExamples.class.st

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -862,7 +862,7 @@ BrMenuWithScripterExamples >> displayButtonWithTooltipLongString [
862862
^ self scripterWithElement: [ self buttonWithTooltipLongString ]
863863
]
864864

865-
{ #category : #'examples - focusable' }
865+
{ #category : #'examples - keyboard navigation' }
866866
BrMenuWithScripterExamples >> displayFocusedButtonWithFocusableDropdown [
867867
<gtExample>
868868
| aScripter |
@@ -874,7 +874,7 @@ BrMenuWithScripterExamples >> displayFocusedButtonWithFocusableDropdown [
874874
^ aScripter
875875
]
876876

877-
{ #category : #'examples - focusable' }
877+
{ #category : #'examples - keyboard navi 10000 gation' }
878878
BrMenuWithScripterExamples >> displayFocusedButtonWithFocusableDropdown_displayDropdown [
879879
<gtExample>
880880
| aScripter |
@@ -894,7 +894,7 @@ BrMenuWithScripterExamples >> displayFocusedButtonWithFocusableDropdown_displayD
894894
^ aScripter
895895
]
896896

897-
{ #category : #'examples - focusable' }
897+
{ #category : #'examples - keyboard navigation' }
898898
BrMenuWithScripterExamples >> displayFocusedButtonWithFocusableDropdown_nextMenuItem [
899899
<gtExample>
900900
| aScripter |
@@ -913,7 +913,7 @@ BrMenuWithScripterExamples >> displayFocusedButtonWithFocusableDropdown_nextMenu
913913
^ aScripter
914914
]
915915

916-
{ #category : #'examples - focusable' }
916+
{ #category : #'examples - keyboard navigation' }
917917
BrMenuWithScripterExamples >> displayFocusedButtonWithFocusableDropdown_nextMenuItem2 [
918918
<gtExample>
919919
| aScripter |
@@ -934,7 +934,7 @@ BrMenuWithScripterExamples >> displayFocusedButtonWithFocusableDropdown_nextMenu
934934
^ aScripter
935935
]
936936

937-
{ #category : #'examples - focusable' }
937+
{ #category : #'examples - keyboard navigation' }
938938
BrMenuWithScripterExamples >> displayFocusedButtonWithFocusableDropdown_nextMenuItem2_actOnItem [
939939
<gtExample>
940940
| aScripter |
@@ -950,7 +950,7 @@ BrMenuWithScripterExamples >> displayFocusedButtonWithFocusableDropdown_nextMenu
950950
^ aScripter
951951
]
952952

953-
{ #category : #'examples - focusable' }
953+
{ #category : #'examples - keyboard navigation' }
954954
BrMenuWithScripterExamples >> displayFocusedButtonWithFocusableDropdown_nextMenuItem3 [
955955
<gtExample>
956956
| aScripter |
@@ -972,7 +972,7 @@ BrMenuWithScripterExamples >> displayFocusedButtonWithFocusableDropdown_nextMenu
972972
^ aScripter
973973
]
974974

975-
{ #category : #'examples - focusable' }
975+
{ #category : #'examples - keyboard navigation' }
976976
BrMenuWithScripterExamples >> displayFocusedButtonWithFocusableDropdown_nextMenuItem3_actOnItem [
977977
<gtExample>
978978
| aScripter |
@@ -995,7 +995,7 @@ BrMenuWithScripterExamples >> displayFocusedButtonWithFocusableDropdown_nextMenu
995995
^ aScripter
996996
]
997997

998-
{ #category : #'examples - focusable' }
998+
{ #category : #'examples - keyboard navigation' }
999999
BrMenuWithScripterExamples >> displayFocusedButtonWithFocusableDropdown_nextMenuItem_nextSubmenu [
10001000
<gtExample>
10011001
| aScripter |
@@ -1253,12 +1253,11 @@ BrMenuWithScripterExamples >> fireDropdownHideWishFromSubmenuElement [
12531253
^ aScripter
12541254
]
12551255

1256-
{ #category : #'examples - focusable' }
1256+
{ #category : #'examples - keyboard navigation' }
12571257
BrMenuWithScripterExamples >> focusedButtonWithFocusableDropdown [
12581258
<gtExample>
12591259
| aMenuItems aFrame aButton |
12601260
aMenuItems := BrMenuExamples new menuItems.
1261-
aMenuItems items do: #deselect.
12621261
aMenuItems beListElementType.
12631262
aFrame := self buttonWithDropdownMenu: aMenuItems.
12641263
aButton := (aFrame query // #'menu-dropdown-button') anyOne.

0 commit comments

Comments
 (0)
0