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

updateAnchors(-1, -1);

See Also

setCtlAnchor