示例#1
0
文件: button.go 项目: maxid/xcgui
func (b *Button) GetStyle() xc.Button_style_ {
	return xc.XBtnGetStyle(b.hEle)
}
示例#2
0
func (b *Button) GetStyle() xc.BUTTON_STYLE_ {
	return xc.XBtnGetStyle(b.hEle)
}