Navigation

Operators and Keywords

Function List:

C++ API

Function File: s = zenity_text_info(title, text, editable)

Display a large amount of text in a graphical display. The title of the display window is set with the variable title, and the actual text ti display is set with the variable text. If the optional argument editable is given the displayed text is editable. In this case the altered text is returned from the function.