#define NUM_RECENT void nd_recent_init (void); void nd_recent_reload_entries (void); void nd_recent_add_file (const char *filename); void nd_recent_load (int index); |
void nd_recent_init (void); |
The function initializes everything needed to keep track of the trace files recently used, such as the menu items in the File menu.
void nd_recent_reload_entries (void); |
The function updates the menu items in the File menu to the current preference settings.
void nd_recent_add_file (const char *filename); |
The function adds filename to the list of recently-used files.
filename to add.