CheckMenuItem
A check menu item inside a {@linkcode Menu} or {@linkcode Submenu} and usually contains a text and a check mark or a similar toggle that corresponds to a checked and unchecked states.
Properties
Functions
Link copied to clipboard
fun setAccelerator(accelerator: String?): ERROR CLASS: Symbol not found for js.promise.Promise<ERROR CLASS: Symbol not found for js.core.Void>
Sets the accelerator for this check menu item.
Link copied to clipboard
fun setChecked(checked: Boolean): ERROR CLASS: Symbol not found for js.promise.Promise<ERROR CLASS: Symbol not found for js.core.Void>
Sets whether this check menu item is checked or not.
Link copied to clipboard
fun setEnabled(enabled: Boolean): ERROR CLASS: Symbol not found for js.promise.Promise<ERROR CLASS: Symbol not found for js.core.Void>
Sets whether this check menu item is enabled or not.