#include <corelib/ncbistd.hpp>
#include <objmgr/seq_entry_handle.hpp>
#include <objects/seqfeat/Seq_feat.hpp>
#include <gui/packages/pkg_sequence_edit/bulk_cmd_dlg.hpp>
#include <gui/packages/pkg_sequence_edit/string_constraint_panel.hpp>
#include <wx/listctrl.h>
#include <wx/checkbox.h>
#include <wx/sizer.h>
#include <wx/button.h>
#include <wx/statbox.h>
#include <wx/msgdlg.h>
#include <wx/stattext.h>
Go to the source code of this file.
Go to the SVN repository for this file.
◆ ID_SUPPRESS_GENES
#define ID_SUPPRESS_GENES 14000 |
◆ ID_SUPPRESS_GENES_LISTCTRL
#define ID_SUPPRESS_GENES_LISTCTRL 14001 |
◆ ID_SUPPRESS_GENES_OKCANCEL
#define ID_SUPPRESS_GENES_OKCANCEL 14005 |
◆ SYMBOL_SUPPRESS_GENES_IDNAME
◆ SYMBOL_SUPPRESS_GENES_POSITION
#define SYMBOL_SUPPRESS_GENES_POSITION wxDefaultPosition |
◆ SYMBOL_SUPPRESS_GENES_SIZE
#define SYMBOL_SUPPRESS_GENES_SIZE wxDefaultSize |
◆ SYMBOL_SUPPRESS_GENES_STYLE
#define SYMBOL_SUPPRESS_GENES_STYLE wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxCLOSE_BOX|wxTAB_TRAVERSAL |
◆ SYMBOL_SUPPRESS_GENES_TITLE
#define SYMBOL_SUPPRESS_GENES_TITLE _("Suppress Genes") |
◆ USING_SCOPE()
USING_SCOPE |
( |
ncbi::objects |
| ) |
|