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