Module host

Module host 

Source
Expand description

Sciter host application helpers.

Structs§

Archive
Sciter compressed archive.
Host
Sciter host runtime support.
SCN_ATTACH_BEHAVIOR
This notification is sent on parsing the document and while processing elements having non empty behavior: style attribute value.
SCN_DATA_LOADED
This notification indicates that external data (for example, image) download process has been completed.
SCN_INVALIDATE_RECT
This notification is sent when a specific window area needs to be redrawn.
SCN_LOAD_DATA
Notifies that Sciter is about to download a referred resource.

Enums§

LOAD_RESULT
HostHandler::on_data_load() result code.
OUTPUT_SEVERITY
Debug output severity.
OUTPUT_SUBSYTEMS
Debug output categories.

Traits§

HostHandler
Sciter notification handler for Window.sciter_handler().

Type Aliases§

Result
A specialized Result type for Sciter host operations.