IupConfigRecentUpdate
| Definition: |
include pGUI.e
IupConfigRecentUpdate(Ihandle config, string filename) |
| Description: |
Call IupConfigRecentUpdate every time a file is open or saved, to keep the recent file menu updated.
config: Identifier of the configuration database (see IupConfig) filename: name of the file that was just opened or saved The last file will be always on the top of the list. |
| pwa/p2js: | Not supported. |
| See Also: | IupConfig, IupConfigRecentInit |