NCBI C++ ToolKit
|
#include <corelib/ncbistd.hpp>
#include <gui/widgets/wx/dialog.hpp>
#include <wx/imaglist.h>
#include "track_list_ctrl.hpp"
#include "wx/splitter.h"
#include "wx/treectrl.h"
#include "wx/srchctrl.h"
#include "wx/listctrl.h"
#include "wx/statline.h"
#include <wx/treelist.h>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CConfigureTracksDlg |
Macros | |
#define | SYMBOL_CCONFIGURETRACKSDLG_STYLE wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxCLOSE_BOX|wxTAB_TRAVERSAL |
#define | SYMBOL_CCONFIGURETRACKSDLG_TITLE _("Configure Tracks") |
#define | SYMBOL_CCONFIGURETRACKSDLG_IDNAME ID_CCONFIGURETRACKSDLG |
#define | SYMBOL_CCONFIGURETRACKSDLG_SIZE wxSize(400, 300) |
#define | SYMBOL_CCONFIGURETRACKSDLG_POSITION wxDefaultPosition |
#define SYMBOL_CCONFIGURETRACKSDLG_IDNAME ID_CCONFIGURETRACKSDLG |
Definition at line 72 of file configure_tracks_dlg.hpp.
#define SYMBOL_CCONFIGURETRACKSDLG_POSITION wxDefaultPosition |
Definition at line 74 of file configure_tracks_dlg.hpp.
#define SYMBOL_CCONFIGURETRACKSDLG_SIZE wxSize(400, 300) |
Definition at line 73 of file configure_tracks_dlg.hpp.
#define SYMBOL_CCONFIGURETRACKSDLG_STYLE wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxCLOSE_BOX|wxTAB_TRAVERSAL |
Control identifiers
Definition at line 70 of file configure_tracks_dlg.hpp.
#define SYMBOL_CCONFIGURETRACKSDLG_TITLE _("Configure Tracks") |
Definition at line 71 of file configure_tracks_dlg.hpp.