-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deleted dead methods and categorised some methods
- Loading branch information
Showing
37 changed files
with
24 additions
and
83 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 0 additions & 7 deletions
7
packages/TelegramClient-UI.package/TCUChatButtonPage.class/class/newFor.withBounds..st
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
packages/TelegramClient-UI.package/TCUChatButtonPage.class/methodProperties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 0 additions & 8 deletions
8
...ages/TelegramClient-UI.package/TCUChatPhotoPage.class/class/newFor.withBounds.andSize..st
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
packages/TelegramClient-UI.package/TCUChatPhotoPage.class/instance/chat..st
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
packages/TelegramClient-UI.package/TCUChatPhotoPage.class/instance/chat.st
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
packages/TelegramClient-UI.package/TCUChatPhotoPage.class/methodProperties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 0 additions & 9 deletions
9
packages/TelegramClient-UI.package/TCUChoice.class/class/newFor.isExclusive..st
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
packages/TelegramClient-UI.package/TCUChoice.class/instance/addSelectionMorph.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
as yet unclassified | ||
drawing | ||
addSelectionMorph | ||
|
||
selectionMorph := RectangleMorph new. | ||
|
2 changes: 1 addition & 1 deletion
2
packages/TelegramClient-UI.package/TCUChoice.class/instance/addTextMorph.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
as yet unclassified | ||
drawing | ||
addTextMorph | ||
|
||
|textMorph| | ||
|
2 changes: 1 addition & 1 deletion
2
packages/TelegramClient-UI.package/TCUChoice.class/instance/content..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
as yet unclassified | ||
accessing | ||
content: aString | ||
|
||
content := aString |
2 changes: 1 addition & 1 deletion
2
packages/TelegramClient-UI.package/TCUChoice.class/instance/content.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
as yet unclassified | ||
accessing | ||
content | ||
|
||
^ content |
2 changes: 1 addition & 1 deletion
2
packages/TelegramClient-UI.package/TCUChoice.class/instance/initialize.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
as yet unclassified | ||
initialization | ||
initialize | ||
|
||
super initialize. | ||
|
4 changes: 0 additions & 4 deletions
4
packages/TelegramClient-UI.package/TCUChoice.class/instance/isExclusive..st
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
packages/TelegramClient-UI.package/TCUChoice.class/instance/isExclusive.st
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
packages/TelegramClient-UI.package/TCUChoice.class/instance/isSelected..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
as yet unclassified | ||
accessing | ||
isSelected: aBoolean | ||
|
||
isSelected := aBoolean |
2 changes: 1 addition & 1 deletion
2
packages/TelegramClient-UI.package/TCUChoice.class/instance/isSelected.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
as yet unclassified | ||
accessing | ||
isSelected | ||
|
||
^ isSelected |
2 changes: 1 addition & 1 deletion
2
packages/TelegramClient-UI.package/TCUChoice.class/instance/name..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
as yet unclassified | ||
accessing | ||
name: aString | ||
|
||
name := aString |
2 changes: 1 addition & 1 deletion
2
packages/TelegramClient-UI.package/TCUChoice.class/instance/name.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
as yet unclassified | ||
accessing | ||
name | ||
|
||
^ name |
2 changes: 1 addition & 1 deletion
2
packages/TelegramClient-UI.package/TCUChoice.class/instance/selectionMorph..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
as yet unclassified | ||
accessing | ||
selectionMorph: aMorph | ||
|
||
selectionMorph := aMorph |
2 changes: 1 addition & 1 deletion
2
packages/TelegramClient-UI.package/TCUChoice.class/instance/selectionMorph.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
as yet unclassified | ||
accessing | ||
selectionMorph | ||
|
||
^ selectionMorph |
2 changes: 1 addition & 1 deletion
2
packages/TelegramClient-UI.package/TCUChoice.class/instance/updateChoice.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
as yet unclassified | ||
event handling | ||
updateChoice | ||
|
||
self isSelected | ||
|
5 changes: 1 addition & 4 deletions
5
packages/TelegramClient-UI.package/TCUChoice.class/methodProperties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/TelegramClient-UI.package/TCUChoiceExclusive.class/instance/addSelectionMorph.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
as yet unclassified | ||
drawing | ||
addSelectionMorph | ||
|
||
selectionMorph := CircleMorph new. | ||
|
2 changes: 1 addition & 1 deletion
2
packages/TelegramClient-UI.package/TCUChoiceExclusive.class/instance/poll..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
as yet unclassified | ||
accessing | ||
poll: aPoll | ||
|
||
poll := aPoll |
2 changes: 1 addition & 1 deletion
2
packages/TelegramClient-UI.package/TCUChoiceExclusive.class/instance/poll.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
as yet unclassified | ||
accessing | ||
poll | ||
|
||
^ poll |
2 changes: 1 addition & 1 deletion
2
packages/TelegramClient-UI.package/TCUChoiceExclusive.class/instance/updateChoice.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
as yet unclassified | ||
event handling | ||
updateChoice | ||
|
||
self isSelected | ||
|
2 changes: 1 addition & 1 deletion
2
packages/TelegramClient-UI.package/TCUPollMessage.class/instance/addPollOption..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
as yet unclassified | ||
accessing | ||
addPollOption: anOption | ||
|
||
| option | | ||
|
2 changes: 1 addition & 1 deletion
2
packages/TelegramClient-UI.package/TCUPollMessage.class/instance/addPollOptions.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
as yet unclassified | ||
accessing | ||
addPollOptions | ||
|
||
options := OrderedCollection new. | ||
|
2 changes: 1 addition & 1 deletion
2
packages/TelegramClient-UI.package/TCUPollMessage.class/instance/updatePoll.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
as yet unclassified | ||
event handling | ||
updatePoll | ||
|
||
options do: [ :option | option updateSelection ] |
6 changes: 0 additions & 6 deletions
6
packages/TelegramClient-UI.package/TCUPollOption.class/class/new..st
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
packages/TelegramClient-UI.package/TCUPollOption.class/class/new.st
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
packages/TelegramClient-UI.package/TCUPollOption.class/instance/initializeWith.and..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
as yet unclassified | ||
initialization | ||
initializeWith: aPollMessage and: anOption | ||
| text | | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
packages/TelegramClient-UI.package/TCUPollOption.class/instance/mouseDown..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
as yet unclassified | ||
event handling | ||
mouseDown: anEvent | ||
|
||
pollMessage messageModel optionClicked: pollOption. |
2 changes: 1 addition & 1 deletion
2
packages/TelegramClient-UI.package/TCUPollOption.class/instance/updateSelection.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 0 additions & 2 deletions
2
packages/TelegramClient-UI.package/TCUPollOption.class/methodProperties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters