Example #1
0
func (form *Form) FieldCount() int {
	return (int)(C.field_count((*C.FORM)(form)))
}
Example #2
0
// FieldCount returns the number of fields attached to the Form
func (f *Form) FieldCount() int {
	return int(C.field_count(f.form))
}