From wiki.swiftlytilting.com
WinBinder Manual/wb set position
Moves an object
Syntax
bool wb_set_position (int wbobject [, int xpos [, int ypos]])
- xpos, ypos are the coordinates to which the object will be moved in relation to its parent window.
- If both xpos and ypos have the value WBC_CENTER or are not given, the window is centered on its parent window.
Returns
Returns TRUE on success or FALSE if an error occurs.
See also