field_just



field_just

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE
SEE ALSO
NOTES
PORTABILITY
AUTHORS

NAME

form_field_just − retrieve field characteristics

SYNOPSIS

#include <form.h>
int set_field_just(FIELD *field, int justification);
int field_just(const FIELD *field);

DESCRIPTION

The function set_field_just sets the justification attribute of a field; field_just returns a field’s justification attribute. The attribute may be one of NO_JUSTIFICATION, JUSTIFY_RIGHT, JUSTIFY_LEFT, or JUSTIFY_CENTER.

RETURN VALUE

The function field_just returns one of: NO_JUSTIFICATION, JUSTIFY_RIGHT, JUSTIFY_LEFT, or JUSTIFY_CENTER.

The function set_field_just returns one of the following:

E_OK

The routine succeeded.

E_SYSTEM_ERROR

System error occurred (see errno).

E_BAD_ARGUMENT

Routine detected an incorrect or out-of-range argument.

SEE ALSO

ncurses(3NCURSES) and related pages whose names begin "form_" for detailed descriptions of the entry points.

NOTES

The header file <form.h> automatically includes the header file <curses.h>.

PORTABILITY

These routines emulate the System V forms library. They were not supported on Version 7 or BSD versions.

AUTHORS

Juergen Pfeifer. Manual pages and adaptation for new curses by Eric S. Raymond.




More Linux Commands

manpages/pututline.3.html
pututline(3) - access utmp file entries - Linux manual page
New applications should use the POSIX.1-specified utmpx versions of these functions; see CONFORMING TO. utmpname() sets the name of the utmp-format file for the

manpages/XtSendSelectionRequest.3.html
XtSendSelectionRequest(3) - bundle multiple selection conver
When XtCreateSelectionRequest is called, subsequent calls to XtGetSelectionValue and XtGetSelectionValueIncremental with the requestor and selection as specifie

manpages/XcmsTekHVCQueryMinV.3.html
XcmsTekHVCQueryMinV(3) - obtain the TekHVC coordinates......
The XcmsTekHVCQueryMaxC function, given a Hue and Value, determines the maximum Chroma in TekHVC color space displayable by the screen. It returns the maximum C

manpages/gnutls_ecc_curve_get.3.html
gnutls_ecc_curve_get(3) - API function - Linux manual page
Returns the currently used elliptic curve. Only valid when using an elliptic curve ciphersuite. RETURNS the currently used curve, a gnutls_ecc_curve_t type. SIN

manpages/xrandr.1.html
xrandr(1) - primitive command line interface to RandR extens
Xrandr is used to set the size, orientation and/or reflection of the outputs for a screen. It can also set the screen size. If invoked without any option, it wi

manpages/gnutls_protocol_set_priority.3.html
gnutls_protocol_set_priority(3) - API function (Man Page)...
Sets the priority on the protocol versions supported by gnutls. This function actually enables or disables protocols. Newer protocol versions always have highes

manpages/innconfval.1.html
innconfval(1) - Get configuration parameters from inn.conf
innconfval normally prints the values of the parameters specified on the command line. By default, it just prints the parameter values, but if -p, -s, or -t are

manpages/sane-rts8891.5.html
sane-rts8891(5) - SANE backend for rts8891 based scanners...
The sane-rts8891 library implements a SANE (Scanner Access Now Easy) backend that provides access to scanners based on the rts8891 ASIC. The scanners that work

manpages/dmxtodmx.1.html
dmxtodmx(1) - dmx configuration file parser and printer.....
dmxtodmx reads the standard input, parsing a configuration file for the Xdmx distributed multi-head X server. After a successful parse, the file is pretty-print

manpages/XML::Parser.3pm.html
XML::Parser(3pm) - A perl module for parsing XML documents
This module provides ways to parse XML documents. It is built on top of XML::Parser::Expat, which is a lower level interface to James Clarks expat library. Each

manpages/gnutls_x509_crl_get_signature.3.html
gnutls_x509_crl_get_signature(3) - API function (Man Page)
This function will extract the signature field of a CRL. RETURNS On success, GNUTLS_E_SUCCESS (0) is returned, otherwise a negative error value. and a negative

manpages/XFreeFontNames.3.html
XFreeFontNames(3) - obtain or free font names and informatio
The XListFonts function returns an array of available font names (as controlled by the font search path; see XSetFontPath) that match the string you passed to t





We can't live, work or learn in freedom unless the software we use is free.