Text.setPlaceholderText

Sets text to be displayed in @self when it is empty.

This can be used to give a visual hint of the expected contents of the GtkText.

class Text
void
setPlaceholderText
(
string text
)

Parameters

text string

a string to be displayed when @self is empty and unfocused, or %NULL

Meta