/*
{"description" : "An invisible button intended for use as a global hotkey."}
*/
uses ClickableObject
interface HotKeyButton extends ClickableObject{
/* {"@description" : "Create a new HotKeyButton with the specified hotkey."} */
HotKeyButton(store HotKey h)
/* {"@description" : "Set the button's hotkey."} */
void setHotKey(store HotKey h)
}To propose a new revision to this entity, use dana source put -ut your/new/version.dn -n ui.HotKeyButton -m "reason for update" -u yourUsername
Version 1 (this version) by barry
Notes for this version: Standard Library Initialisation