NCBI C++ ToolKit
|
#include <corelib/ncbistd.hpp>
#include <objmgr/bioseq_handle.hpp>
#include <gui/objutils/cmd_composite.hpp>
#include <gui/widgets/data/report_dialog.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CEditHistory |
Macros | |
#define | ID_CEDITHISTORY wxID_ANY |
#define | SYMBOL_CEDITHISTORY_STYLE wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxCLOSE_BOX|wxTAB_TRAVERSAL |
#define | SYMBOL_CEDITHISTORY_TITLE _("Edit History") |
#define | SYMBOL_CEDITHISTORY_IDNAME ID_CEDITHISTORY |
#define | SYMBOL_CEDITHISTORY_SIZE wxDefaultSize |
#define | SYMBOL_CEDITHISTORY_POSITION wxDefaultPosition |
#define ID_CEDITHISTORY wxID_ANY |
Control identifiers
Definition at line 49 of file edit_history.hpp.
#define SYMBOL_CEDITHISTORY_IDNAME ID_CEDITHISTORY |
Definition at line 52 of file edit_history.hpp.
#define SYMBOL_CEDITHISTORY_POSITION wxDefaultPosition |
Definition at line 54 of file edit_history.hpp.
#define SYMBOL_CEDITHISTORY_SIZE wxDefaultSize |
Definition at line 53 of file edit_history.hpp.
#define SYMBOL_CEDITHISTORY_STYLE wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxCLOSE_BOX|wxTAB_TRAVERSAL |
Definition at line 50 of file edit_history.hpp.
#define SYMBOL_CEDITHISTORY_TITLE _("Edit History") |
Definition at line 51 of file edit_history.hpp.