NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <gui/widgets/aln_multiple/wx_build_options_dlg.hpp>
#include <gui/widgets/wx/dialog_utils.hpp>
#include <gui/objutils/label.hpp>
#include <objmgr/util/sequence.hpp>
#include <wx/panel.h>
#include <wx/stattext.h>
#include <wx/statbox.h>
#include <wx/button.h>
#include <wx/combobox.h>
#include <wx/sizer.h>
#include <wx/radiobut.h>
#include <wx/checkbox.h>
#include <wx/listbox.h>
#include <wx/bitmap.h>
#include <wx/icon.h>
#include <wx/valgen.h>
#include <wx/textctrl.h>
Go to the source code of this file.
Go to the SVN repository for this file.
Typedefs | |
typedef CAlnMultiDSBuilder::TOptions | TOptions |
typedef vector< CBioseq_Handle > | THandles |
typedef vector<CBioseq_Handle> THandles |
Definition at line 61 of file wx_build_options_dlg.cpp.
typedef CAlnMultiDSBuilder::TOptions TOptions |
Definition at line 60 of file wx_build_options_dlg.cpp.