Personal tools
From wiki.swiftlytilting.com
Jump to: navigation, search

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

Winbinder Projects