WinXAutoSizer_SetSimpleInfo (hWnd, series, DOUBLE space, DOUBLE size, flags)
The same as WinXAutoSizer_SetInfo except without the x, y, w and h parameters.
Parameter | Description |
---|---|
hWnd | The handle to the window to set the autosizer information for |
series | The autosizer series that will contain this control |
space | The amount of space to insert before this control. |
size | The amount of space this control will use |
flags | Flags which modify the way the autosizer handles the control. See WinXAutoSizer_SetInfo for a list of flags and their properties |
$$TRUE on success or $$FALSE on fail
This function has the same effect as WinXAutoSizer_SetInfo except it lacks some less commonly used parameters.
'Set some control to fill the upper half of the window WinXAutoSizer_SetInfo (hWnd, -1,0, 0.25, 0) |
WinXAutoSizer_SetInfo
WinXNewAutoSizerSeries
WinXAutoSizer_GetMainSeries