コード例 #1
0
ファイル: button.go プロジェクト: maxid/xcgui
func (b *Button) GetType() xc.Button_type_ {
	return xc.XBtnGetType(b.hEle)
}
コード例 #2
0
ファイル: button.go プロジェクト: henrylee2cn/xcgui
func (b *Button) GetType() xc.BUTTON_TYPE_ {
	return xc.XBtnGetType(b.hEle)
}