#include "wx/frame.h"
#include "wx/statline.h"
#include "wx/grid.h"
#include "wx/generic/gridctrl.h"
#include "EzGrid.h"
#include "GridCellChoiceRenderer.h"
#include "FastComboEditor.h"
Go to the source code of this file.
Define Documentation
#define SYMBOL_CREATEDISPLAY_IDNAME ID_CREATEDISPLAY |
#define SYMBOL_CREATEDISPLAY_POSITION wxDefaultPosition |
#define SYMBOL_CREATEDISPLAY_SIZE wxSize(400, 950) |
#define SYMBOL_CREATEDISPLAY_STYLE wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxCLOSE_BOX |
Includes
Forward declarations
Control identifiers
Definition at line 41 of file CreateDisplay.h.
#define SYMBOL_CREATEDISPLAY_TITLE _("CreateDisplay") |