contextmenuitem.hx
来自「ocaml编写的一个flash编译器」· HX 代码 · 共 11 行
HX
11 行
package flash.ui;extern class ContextMenuItem extends flash.events.EventDispatcher { function new(caption : String, ?separatorBefore : Bool, ?enabled : Bool, ?visible : Bool) : Void; var caption : String; function clone() : flash.ui.ContextMenuItem; var enabled : Bool; var separatorBefore : Bool; var visible : Bool;}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?