Text.getPlaceholderText

Retrieves the text that will be displayed when @self is empty and unfocused

class Text
string
getPlaceholderText
()

Return Value

Type: string

a pointer to the placeholder text as a string. This string points to internally allocated storage in the widget and must not be freed, modified or stored. If no placeholder text has been set, %NULL will be returned.

Meta