Older Newer
Fri, 20 Dec 2019 01:52:31 . . . . SyneRyder [Initial function definition]


Changes by last author:

Added:
= updateAnchors =

== Syntax ==

int updateAnchors(int dialogWidth, int dialogHeight)

== Arguments ==

:dialogWidth

::The width of the filter dialog window. Set to -1 to have the function retrieve this itself.

:dialogHeight

::The height of the filter dialog window. Set to -1 to have the function retrieve this itself.

== Return ==

Always returns true.

== Description ==

Updates the positioning anchors for all user controls in the dialog, as appropriate for the given dialog width & height.

== Example ==

<code>

updateAnchors(-1, -1);

</code>

== See Also ==

setCtlAnchor