Example #1
0
func GetChildCount(ih *Ihandle) int {
	return int(C.IupGetChildCount(ih.C()))
}
Example #2
0
func (h *Handle) GetChildCount() int {
	return int(C.IupGetChildCount(h.p))
}