mirror of
https://github.com/Ximi1970/systray-x.git
synced 2026-01-16 20:22:04 +01:00
29 lines
582 B
JSON
29 lines
582 B
JSON
[
|
|
{
|
|
"namespace": "windowEvent",
|
|
"functions": [
|
|
{
|
|
"name": "setCloseType",
|
|
"type": "function",
|
|
"description": "Set the close type.",
|
|
"parameters": [
|
|
{
|
|
"type": "integer",
|
|
"name": "type",
|
|
"minimum": 0,
|
|
"maximum": 2
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"events": [
|
|
{
|
|
"name": "onCloseButtonClick",
|
|
"type": "function",
|
|
"description": "Fires when the user clicks on the close button of the main window.",
|
|
"parameters": []
|
|
}
|
|
]
|
|
}
|
|
]
|