toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge
/
korlibs.korge.ui
/
UITooltipContainerMediatorNew
UITooltip
Container
Mediator
New
class
UITooltipContainerMediatorNew
(
val
container
:
Container
)
:
Closeable
Members
Constructors
UITooltip
Container
Mediator
New
Link copied to clipboard
constructor
(
container
:
Container
)
Types
Tooltip
Link copied to clipboard
class
Tooltip
(
val
mediator
:
UITooltipContainerMediatorNew
,
track
:
View
,
textData
:
RichTextData
)
:
UIView
Properties
container
Link copied to clipboard
val
container
:
Container
Functions
close
Link copied to clipboard
open
override
fun
close
(
)
hide
Link copied to clipboard
fun
hide
(
tooltip
:
UITooltipContainerMediatorNew.Tooltip
,
immediate
:
Boolean
=
false
)
hide
All
Link copied to clipboard
fun
hideAll
(
immediate
:
Boolean
=
true
)
:
UITooltipContainerMediatorNew
show
Link copied to clipboard
fun
show
(
track
:
View
,
text
:
String
,
maxTextSize
:
String
=
text
,
update
:
Boolean
=
true
,
immediate
:
Boolean
=
false
)
:
UITooltipContainerMediatorNew.Tooltip