Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
wif
master
Top Level Namespace
AbstractFrontend
AddKillStress
BearLibFrontend
BestFriend
Button
ChatForm
ChatMemo
ChatMessage
CheckEndGame
Color
ColorPair
Compatibility
CompatLevels
Config
Control
CurDate
DaySystem
DiagForm
DumpSpoilers
ECSSerializer
Enumerable
Failure
FailureType
FixFailures
FocusableControl
Frontend
GameComponent
GameOver
GameOverForm
GameSystems
GenerationComplete
IncRelations
IndicateStressChange
Key
Killed
KillSequence
Label
LifeConfig
LifeSupport
ListBox
MainForm
Memo
MouseEvent
Name
NextDay
NoArmor
NoChat
NoKills
OnClick
OnClickItem
OnKey
OnMouseMove
OnSelectItem
Particle
Person
PersonForm
PersonKillId
PrevStressLevel
ProcessingResult
ProcessKill
PsychoForm
PuzzleGenerator
QuitEvent
Relation
Relations
Revenge
RevengeItem
RNG
ScrollDay
SelectedPerson
ShowIntro
SkillLevel
SkillLevels
Skills
SkipStartup
StartupForm
StressBehaviour
StressBehaviours
StressEffect
StressLevel
StressRelease
String
TabControl
TerminalHelper
TestingSystem
UpdateLifeConfig
UpdateRevenge
UpdateStressEffects
Win
Window
WinForm
WorkCategory
Working
Generated using Crystal 1.14.0
2024-12-20 18:40:23 UTC
class
Memo
Memo
Control
Reference
Object
Defined in:
wif/controls.cr
Constructors
.new
(owner, name, x, y, width, height)
Instance Method Summary
#clickable
#draw
#items
: Array(String)
#items=
(items : Array(String))
Instance methods inherited from class
Control
clickable
clickable
,
color : ColorPair
color
,
color=(color : ColorPair)
color=
,
draw
draw
,
frontend
frontend
,
have_focus : Bool
have_focus
,
have_focus=(have_focus : Bool)
have_focus=
,
height : Int32
height
,
height=(height : Int32)
height=
,
includes?(x, y)
includes?
,
name : String | Symbol
name
,
need_frame : Bool
need_frame
,
need_frame=(need_frame : Bool)
need_frame=
,
owner : Window | Nil
owner
,
process_mouse(event : MouseEvent, x : Int32, y : Int32)
process_mouse
,
visible : Bool
visible
,
visible=(visible : Bool)
visible=
,
width : Int32
width
,
width=(width : Int32)
width=
,
x : Int32
x
,
x2
x2
,
x=(x : Int32)
x=
,
y : Int32
y
,
y2
y2
,
y=(y : Int32)
y=
Constructor methods inherited from class
Control
new(owner : Window | Nil, name : String | Symbol, x : Int32, y : Int32, width : Int32, height : Int32)
new
Constructor Detail
def self.
new
(owner, name, x, y, width, height)
#
[
View source
]
Instance Method Detail
def
clickable
#
[
View source
]
def
draw
#
[
View source
]
def
items
: Array(
String
)
#
[
View source
]
def
items=
(items : Array(
String
))
#
[
View source
]