NCBI C++ ToolKit
|
#include <corelib/ncbistd.hpp>
#include <objmgr/seq_entry_handle.hpp>
#include <gui/widgets/data/report_dialog.hpp>
#include <wx/sizer.h>
#include <wx/listctrl.h>
#include <wx/radiobut.h>
#include <wx/checkbox.h>
#include <wx/textctrl.h>
#include <wx/choice.h>
#include <gui/widgets/wx/wx_utils.hpp>
#include <wx/listbox.h>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CExportTableDlg |
Macros | |
#define | SYMBOL_EXPORT_TABLE_STYLE wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxCLOSE_BOX|wxTAB_TRAVERSAL |
#define | SYMBOL_EXPORT_TABLE_TITLE _("Export Table") |
#define | SYMBOL_EXPORT_TABLE_IDNAME ID_EXPORT_TABLE_DLG |
#define | SYMBOL_EXPORT_TABLE_SIZE wxDefaultSize |
#define | SYMBOL_EXPORT_TABLE_POSITION wxDefaultPosition |
#define SYMBOL_EXPORT_TABLE_IDNAME ID_EXPORT_TABLE_DLG |
Definition at line 69 of file export_table.hpp.
#define SYMBOL_EXPORT_TABLE_POSITION wxDefaultPosition |
Definition at line 71 of file export_table.hpp.
#define SYMBOL_EXPORT_TABLE_SIZE wxDefaultSize |
Definition at line 70 of file export_table.hpp.
#define SYMBOL_EXPORT_TABLE_STYLE wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxCLOSE_BOX|wxTAB_TRAVERSAL |
Control identifiers
Definition at line 67 of file export_table.hpp.
#define SYMBOL_EXPORT_TABLE_TITLE _("Export Table") |
Definition at line 68 of file export_table.hpp.