martaPaneView

Method addStatusText()

fun PaneView:addStatusText(

text: String,

id: String,

position: StatusTextPosition = "middle"

)

Adds a status text message to the pane’s status bar.

If the message with the same id is already displayed, the new message will replace it.

Use the position argument wisely. Use beginning or exclusive values only if you feel the message is highly important.