NCBI C++ ToolKit
|
#include <corelib/ncbistd.hpp>
#include <objmgr/scope.hpp>
#include <objects/biblio/Affil.hpp>
#include <gui/widgets/wx/wx_utils.hpp>
#include <wx/panel.h>
#include <wx/sizer.h>
#include <wx/bitmap.h>
#include <wx/icon.h>
#include <wx/choice.h>
#include <wx/textctrl.h>
#include <wx/stattext.h>
#include "wx/valtext.h"
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CAuthorAffiliationPanel |
Macros | |
#define | SYMBOL_CAUTHORAFFILIATIONPANEL_STYLE wxTAB_TRAVERSAL |
#define | SYMBOL_CAUTHORAFFILIATIONPANEL_TITLE _("AuthorAffiliationPanel") |
#define | SYMBOL_CAUTHORAFFILIATIONPANEL_IDNAME ID_CAUTHORAFFILIATIONPANEL |
#define | SYMBOL_CAUTHORAFFILIATIONPANEL_SIZE wxSize(400, 300) |
#define | SYMBOL_CAUTHORAFFILIATIONPANEL_POSITION wxDefaultPosition |
#define SYMBOL_CAUTHORAFFILIATIONPANEL_IDNAME ID_CAUTHORAFFILIATIONPANEL |
Definition at line 73 of file author_affiliation_panel.hpp.
#define SYMBOL_CAUTHORAFFILIATIONPANEL_POSITION wxDefaultPosition |
Definition at line 75 of file author_affiliation_panel.hpp.
#define SYMBOL_CAUTHORAFFILIATIONPANEL_SIZE wxSize(400, 300) |
Definition at line 74 of file author_affiliation_panel.hpp.
#define SYMBOL_CAUTHORAFFILIATIONPANEL_STYLE wxTAB_TRAVERSAL |
Includes
Forward declarations
Control identifiers
Definition at line 71 of file author_affiliation_panel.hpp.
#define SYMBOL_CAUTHORAFFILIATIONPANEL_TITLE _("AuthorAffiliationPanel") |
Definition at line 72 of file author_affiliation_panel.hpp.