wb_set_position

bool wb_set_position (int wbobject [, int xpos [, int ypos]])

Moves the object wbobject to the coordinates xpos, ypos 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 TRUE on success or FALSE if an error occurs.

See also

wb_get_position
wb_set_size
Control functions
Window functions