accessibilityimplementation.hx

来自「ocaml编写的一个flash编译器」· HX 代码 · 共 20 行

HX
20
字号
package flash.accessibility;extern class AccessibilityImplementation {	function new() : Void;	function accDoDefaultAction(childID : UInt) : Void;	function accLocation(childID : UInt) : Void;	function accSelect(operation : UInt, childID : UInt) : Void;	var errno : UInt;	function getChildIDArray() : Array<Dynamic>;	function get_accDefaultAction(childID : UInt) : String;	function get_accFocus() : UInt;	function get_accName(childID : UInt) : String;	function get_accRole(childID : UInt) : UInt;	function get_accSelection() : Array<Dynamic>;	function get_accState(childID : UInt) : UInt;	function get_accValue(childID : UInt) : String;	function isLabeledBy(labelBounds : flash.geom.Rectangle) : Bool;	var stub : Bool;}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?