In this file the tags for said gadget are defined, however a few relatively recently added ones feel a bit incomplete
Code: Select all
# define GETFILE_FilePartOnly (GETFILE_Dummy+23)
/* (BOOL) display file part only - valid ONLY in readonly mode! */
Code: Select all
# define GETFILE_InitialShowVolumes (GETFILE_Dummy+26)
/* (BOOL) Show volumes initially. (V53.10) */
** EDIT: **
The AutoDocs on this subject state the following:
Code: Select all
GETFILE_FilePartOnly (BOOL)
Return the file part only when in read only mode.
Defaults to FALSE.
Applicability is (OM_NEW, OM_SET)
Code: Select all
GETFILE_FilterHook
Code: Select all
GETFILE_InitialShowVolumes