NCBI C++ ToolKit
|
#include <corelib/ncbistd.hpp>
#include <objects/seqloc/Seq_loc.hpp>
#include <objects/seqloc/Seq_id.hpp>
#include <objects/seq/Bioseq.hpp>
#include <wx/panel.h>
#include <wx/checkbox.h>
#include <wx/radiobut.h>
#include <wx/radiobox.h>
#include <wx/textctrl.h>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CBulkLocationPanel |
Macros | |
#define | SYMBOL_CBULKLOCATIONPANEL_STYLE wxTAB_TRAVERSAL |
#define | SYMBOL_CBULKLOCATIONPANEL_TITLE _("BulkLocationPanel") |
#define | SYMBOL_CBULKLOCATIONPANEL_IDNAME ID_CBULKLOCATIONPANEL |
#define | SYMBOL_CBULKLOCATIONPANEL_SIZE wxSize(400, 500) |
#define | SYMBOL_CBULKLOCATIONPANEL_POSITION wxDefaultPosition |
#define SYMBOL_CBULKLOCATIONPANEL_IDNAME ID_CBULKLOCATIONPANEL |
Definition at line 64 of file bulk_location_panel.hpp.
#define SYMBOL_CBULKLOCATIONPANEL_POSITION wxDefaultPosition |
Definition at line 66 of file bulk_location_panel.hpp.
#define SYMBOL_CBULKLOCATIONPANEL_SIZE wxSize(400, 500) |
Definition at line 65 of file bulk_location_panel.hpp.
#define SYMBOL_CBULKLOCATIONPANEL_STYLE wxTAB_TRAVERSAL |
Includes
Forward declarations
Control identifiers
Definition at line 62 of file bulk_location_panel.hpp.
#define SYMBOL_CBULKLOCATIONPANEL_TITLE _("BulkLocationPanel") |
Definition at line 63 of file bulk_location_panel.hpp.