HomeForumSourceResearchGuide
Sign in to contribute to source. how it works
Type definition file ui.HotKeyButton by barry
expand copy to clipboardexpand
/*
 {"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)
	}
Revision history
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