OWLNext 7.0
Borland's Object Windows Library for the modern age
|
Definition of TRecentFiles class. More...
#include <owl/private/defs.h>
#include <owl/eventhan.h>
#include <owl/filename.h>
#include <owl/preclass.h>
#include <owl/posclass.h>
Go to the source code of this file.
Classes | |
class | owl::TRecentFiles |
TRecentFiles implements a most-recent files list, designed to be mixed in with TApplication. More... | |
Namespaces | |
namespace | owl |
Object Windows Library (OWLNext Core) | |
Macros | |
#define | MruFileMessage _T("MRUFILEMESSAGE") |
Derived classes should catch the following registered message to know when an item in the recent list has been selected. | |
Definition of TRecentFiles class.
Definition in file rcntfile.h.
Derived classes should catch the following registered message to know when an item in the recent list has been selected.
String that OWL uses to register the message used by the MRU classes.
Definition at line 27 of file rcntfile.h.