Older Newer
Sat, 09 Dec 2017 08:05:59 . . . . SyneRyder [Adding function definition]


Changes by last author:

Added:
= setDialogText =

== Syntax ==

:bool setDialogText(string title)

== Arguments ==

:title

::The text to be set as the title bar caption.

== Return ==

:Returns false/zero if the text couldn't be set, true/non-zero otherwise.

== Description ==

:Sets the caption in the title bar of the filter dialog. You can also use formatString compatible codes in the text parameter here.

== Example ==

<code>

setDialogTitle("Your title bar title goes here.");

</code>

== Also see ==

:setDialogTextv, formatString, setCtlText

== Comments ==

:Everyone can add their comments about their experiences with this function here. Tips for using it are welcome, too.