Home | History | Annotate | Download | only in include

Lines Matching refs:Fields

74   // Set the fields f fieldtype to this one.
199 // Retrieve info about the fields dynamic properties.
232 // Retrieve the fields justification
241 // Retrieve the fields foreground attribute
251 // Retrieve the fields background attribute
261 // Retrieve the fields padding character
266 // Switch on the fields options
271 // Switch off the fields options
276 // Retrieve the fields options
281 // Set the fields options
302 // Store a value in a fields buffer. The default buffer is nr. 0
307 // Retrieve the value of a fields buffer. The default buffer is nr. 0
349 bool b_autoDelete; // Delete fields when deleting form?
351 NCursesFormField** my_fields; // The array of fields for this form
390 void InitForm (NCursesFormField* Fields[],
420 NCursesForm (NCursesFormField* Fields[],
431 InitForm(Fields, with_frame, autoDelete_Fields);
435 NCursesForm (NCursesFormField* Fields[],
450 InitForm(Fields, with_frame, autoDelete_Fields);
486 // Set these fields for the form
487 inline void setFields(NCursesFormField* Fields[]) {
488 OnError(::set_form_fields(form,mapFields(Fields)));
546 // Retrieve number of fields in the form.
680 NCursesUserForm (NCursesFormField Fields[],
684 : NCursesForm (Fields, with_frame, autoDelete_Fields) {
689 NCursesUserForm (NCursesFormField Fields[],
697 : NCursesForm (Fields, nlines, ncols, begin_y, begin_x,