Overview
Note
You should only use callbacks that contain code you want to run.
It's not good practice to include empty callbacks like this:
function on_always_on_top_changed(state) {
}
Check these pages for callback documentation which has recently been split into separate categories: