0
点赞
收藏
分享

微信扫一扫

minimalcomps component

炽凤亮尧 2023-01-07 阅读 69


所有组件的基类。

public 方法:

//设置组件的位置

move(xpos,ypos)

//设置组件的大小

setSize(w,h);


///

//getter/setter方法实现

///


public 属性:

//组件的标签

tag

//enabled属性 

enabled,控制mouseEnabled、mouseChildren、tabEnabled。




举报

相关推荐

0 条评论