AddSpacer |
Adds space between controls.
Prototype:
AddSpacer(LONG BandID, LONG ID, LONG nWidth=-1, <LONG InsertAfterID>)
Arguments:
BandID |
ID of the band the control should be added to |
ID |
The unique ID of this control |
nWidth |
Optional. Width of this control in pixels. If omitted, the size defaults to PTB:BTN_RESIZE. |
InsertAfterID |
Optional. Control should be inserted after the control with InsertAfter-ID. If you specify 0 as InsertAfterID, the control will be inserted first in band. |