Unclearity in file gadgets/getfile.h
Posted: Tue Aug 06, 2024 5:08 pm
Hi,
In this file the tags for said gadget are defined, however a few relatively recently added ones feel a bit incomplete
What are the default values here?
** EDIT: **
The AutoDocs on this subject state the following:
So THAT one is solved, but hey the AutoDocs make no mention of the the final 2 tags as mentioned in the header file:
OldFart
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