Classes | |
class | wxFileHistory |
The wxFileHistory encapsulates a user interface convenience, the list of most recently visited files as shown on a menu (usually the File menu). More... | |
Enumerations | |
enum | wxFileHistoryMenuPathStyle { wxFH_PATH_SHOW_IF_DIFFERENT , wxFH_PATH_SHOW_NEVER , wxFH_PATH_SHOW_ALWAYS } |
Styles for the paths shown in wxFileHistory menus. More... | |
Styles for the paths shown in wxFileHistory menus.
The values of this enum determine whether the labels in the menu managed by wxFileHistory show the full path for the corresponding file or just the base name.
The default style is wxFH_PATH_SHOW_IF_DIFFERENT, i.e. the full path of the file is only shown in the menu if it's different from the path of the first file.