#include <string>
Go to the source code of this file.
Defines | |
#define | INCLUDED_MRU_H |
Typedefs | |
typedef struct _GtkMenu | GtkMenu |
Functions | |
void | MRU_AddFile (const std::string &str) |
void | MRU_constructMenu (GtkMenu *menu) |
void | MRU_Construct () |
void | MRU_Destroy () |
#define INCLUDED_MRU_H |
Definition at line 23 of file lastused.h.
typedef struct _GtkMenu GtkMenu |
Definition at line 29 of file lastused.h.
void MRU_AddFile | ( | const std::string & | str | ) |
void MRU_Construct | ( | ) |
void MRU_constructMenu | ( | GtkMenu * | menu | ) |
void MRU_Destroy | ( | ) |