예제 #1
0
파일: button.go 프로젝트: maxid/xcgui
func (b *Button) GetStyle() xc.Button_style_ {
	return xc.XBtnGetStyle(b.hEle)
}
예제 #2
0
파일: button.go 프로젝트: henrylee2cn/xcgui
func (b *Button) GetStyle() xc.BUTTON_STYLE_ {
	return xc.XBtnGetStyle(b.hEle)
}