NCBI C++ ToolKit
|
#include <wx/dialog.h>
#include <wx/sizer.h>
#include <wx/button.h>
#include "wx/richtext/richtextctrl.h"
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CUnalignedRegionDlg |
Macros | |
#define | ID_UNALIGNEDREGION 10000 |
#define | ID_SEQUENCE_RICHTEXTCTRL 10001 |
#define | SYMBOL_CUNALIGNEDREGIONDLG_STYLE wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxCLOSE_BOX|wxTAB_TRAVERSAL |
#define | SYMBOL_CUNALIGNEDREGIONDLG_TITLE _("Unaligned Region") |
#define | SYMBOL_CUNALIGNEDREGIONDLG_IDNAME ID_UNALIGNEDREGION |
#define | SYMBOL_CUNALIGNEDREGIONDLG_SIZE wxSize(400, 300) |
#define | SYMBOL_CUNALIGNEDREGIONDLG_POSITION wxDefaultPosition |
#define ID_SEQUENCE_RICHTEXTCTRL 10001 |
Definition at line 59 of file unaligned_region_dlg.hpp.
#define ID_UNALIGNEDREGION 10000 |
Control identifiers
Definition at line 58 of file unaligned_region_dlg.hpp.
#define SYMBOL_CUNALIGNEDREGIONDLG_IDNAME ID_UNALIGNEDREGION |
Definition at line 62 of file unaligned_region_dlg.hpp.
#define SYMBOL_CUNALIGNEDREGIONDLG_POSITION wxDefaultPosition |
Definition at line 64 of file unaligned_region_dlg.hpp.
#define SYMBOL_CUNALIGNEDREGIONDLG_SIZE wxSize(400, 300) |
Definition at line 63 of file unaligned_region_dlg.hpp.
#define SYMBOL_CUNALIGNEDREGIONDLG_STYLE wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxCLOSE_BOX|wxTAB_TRAVERSAL |
Definition at line 60 of file unaligned_region_dlg.hpp.
#define SYMBOL_CUNALIGNEDREGIONDLG_TITLE _("Unaligned Region") |
Definition at line 61 of file unaligned_region_dlg.hpp.