
FILE_LIST_SHOW_DIR
Tells the FILE_LIST package to display its current directory path in the Title item of the list (uses the
PANEL_LIST_TITLE attribute).
Argument: Bool
Default:
FALSE
Procs: create, get, set
Objects: File_list
See Also: Appendix D, Version 3.2 and the File Chooser, of XView Programming Manual.
FILE_LIST_SHOW_DOT_FILES
Specifies whether or not the FILE_LIST package should consider files beginning with the “.” prefix.
Argument: Bool
Default:
FALSE
Procs: create, get, set
Objects: File_list
See Also: Appendix D, Version 3.2 and the File Chooser, of XView Programming Manual.
FILE_LIST_UPDATE
Tells the FILE_LIST to re-read its current directory and update its display.
Argument: None
Procs: set
Objects: File_list
See Also: Appendix D, Version 3.2 and the File Chooser, of XView Programming Manual.
FILE_LIST_USE_FRAME
Tells the FILE_LIST package to display any error messages in the footer of the current Frame. If the
current Frame has no footer, or the attribute is
FALSE, the FILE_LIST package will use xv_er-
ror().
Argument: Bool
Default:
FALSE
Procs: create, get, set
Objects: File_list
See Also: Appendix D, Version 3.2 and the File Chooser, of XView Programming Manual.
FONT_CHAR_HEIGHT
Returns the height (an int) of a specified character (a char) of the font. This is actually the height
of the bounding rectangle, good for any character of the font.
Return Type: int
Argument: char
Procs: get
Objects: Xv_