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