HomeSort by: relevance | last modified time | path
    Searched refs:justification (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libform/
field.c 55 NO_JUSTIFICATION, /* justification style of the field */
227 * Set the justification for the passed field.
230 set_field_just(FIELD *field, int justification)
235 * not allowed to set justification if the field is
242 if ((justification < MIN_JUST_STYLE) /* check justification valid */
243 || (justification > MAX_JUST_STYLE))
246 /* only allow justification on static, single row fields */
251 fp->justification = justification;
    [all...]
form.h 39 /* Define the types of field justification that can be used. */
45 /* Define the max and min valid justification styles for range checking */
209 int justification; /* justification style of the field */ member in struct:_form_field
internals.c 283 * field it is and the type of justification used. The justification
297 switch (field->justification) {
1540 switch (cur->justification) {
1944 * where the current position in the string is and the justification
1945 * that is to be applied to the field. Justification is only applied
1953 just = field->justification;
1961 * make sure we apply the correct justification to non-static

Completed in 31 milliseconds