예제 #1
0
파일: object.go 프로젝트: jimmygan/wxgo-1
func NewObject() Object {
	o := &object{}
	o.bindWxPtr(C.wxObject_New(), true)
	return o
}
예제 #2
0
파일: object.go 프로젝트: nzlov/wxgo
func NewObject() Object {
	return bindObject(C.wxObject_New(), true)
}