Ashet OS

syscall: ashet.gui.create_widget

Documentation

Create a new widget identified by uuid on the given window. Position and size of the widget are undetermined at start and a call to place_widget should be performed on success.

Inputs

window: Window
uuid: *const UUID

Outputs

widget: Widget

Errors

SystemResources
WidgetNotFound
InvalidHandle