Next: , Previous: Setting and getting form options, Up: The curses form library   [Contents][Index]


5.6.16 Setting the page number and field

Procedure: set-current-field! form field

This procedure sets the current field on the form.

Procedure: field-index form

This returns the index into the field array that is current for the form.

Procedure: set-form-page form n

Sets the page of the form to n.

Procedure: form-page form

Returns the current form’s displayed page number.