NCBI C++ ToolKit
|
#include <corelib/ncbistd.hpp>
#include <gui/widgets/wx/fixed_base.hpp>
#include <wx/string.h>
#include <gui/widgets/wx/gui_widget_dlg.hpp>
#include <gui/framework/workbench_impl.hpp>
#include <gui/framework/view_manager_service.hpp>
#include <gui/widgets/edit/generic_panel.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CGenericReportDlg |
class | CGenericReportDlgModal |
Macros | |
#define | ID_CGENERICREPORTDLG 10357 |
#define | SYMBOL_CGENERICREPORTDLG_STYLE wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxCLOSE_BOX|wxTAB_TRAVERSAL |
#define | SYMBOL_CGENERICREPORTDLG_TITLE _("Generic Report") |
#define | SYMBOL_CGENERICREPORTDLG_IDNAME ID_CGENERICREPORTDLG |
#define | SYMBOL_CGENERICREPORTDLG_SIZE wxSize(400, 300) |
#define | SYMBOL_CGENERICREPORTDLG_POSITION wxDefaultPosition |
#define ID_CGENERICREPORTDLG 10357 |
Control identifiers
Definition at line 50 of file generic_report_dlg.hpp.
#define SYMBOL_CGENERICREPORTDLG_IDNAME ID_CGENERICREPORTDLG |
Definition at line 53 of file generic_report_dlg.hpp.
#define SYMBOL_CGENERICREPORTDLG_POSITION wxDefaultPosition |
Definition at line 55 of file generic_report_dlg.hpp.
#define SYMBOL_CGENERICREPORTDLG_SIZE wxSize(400, 300) |
Definition at line 54 of file generic_report_dlg.hpp.
#define SYMBOL_CGENERICREPORTDLG_STYLE wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxCLOSE_BOX|wxTAB_TRAVERSAL |
Definition at line 51 of file generic_report_dlg.hpp.
#define SYMBOL_CGENERICREPORTDLG_TITLE _("Generic Report") |
Definition at line 52 of file generic_report_dlg.hpp.