Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
NAME
move_panel — change panel positionLIBRARY
library “libpanel”DESCRIPTION
A panel can be moved to a new position by calling the move_panel() function. The y and x positions are the new origin of the panel on the screen.RETURN VALUES
The move_panel() function will return one of the following values:- OK
- The function completed successfully.
- ERR
- An error occurred in the function.