Skip to content

Commit

Permalink
remove newAutoAcceptTextEntryFor:getText:setText:getEnabled:help:
Browse files Browse the repository at this point in the history
remove newAutoAcceptTextEntryFor:getText:setText:getEnabled:help:
  • Loading branch information
MarcusDenker committed Mar 1, 2018
1 parent d25ad35 commit 2ea978b
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/Polymorph-Widgets/TEasilyThemed.trait.st
Original file line number Diff line number Diff line change
Expand Up @@ -430,21 +430,6 @@ TEasilyThemed >> newAutoAcceptTextEntryFor: aModel getText: getSel setText: setS
help: helpText
]

{ #category : #controls }
TEasilyThemed >> newAutoAcceptTextEntryFor: aModel getText: getSel setText: setSel getEnabled: enabledSel help: helpText entryCompletion: anEntryCompletion [
"Answer a text entry for the given model."

^self theme
newAutoAcceptTextEntryIn: self
for: aModel
get: getSel
set: setSel
class: String
getEnabled: enabledSel
help: helpText
entryCompletion: anEntryCompletion
]

{ #category : #controls }
TEasilyThemed >> newBalloonHelp: aTextStringOrMorph for: aMorph [
"Answer a new balloon help with the given contents for aMorph
Expand Down

0 comments on commit 2ea978b

Please sign in to comment.