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§
- Host
Handler - Sciter notification handler for
Window.sciter_handler()
.
Type Aliases§
- Result
- A specialized
Result
type for Sciter host operations.