#include "wx/wx.h"#include "wx/datstrm.h"#include "wx/arrimpl.cpp"#include "wx/wfstream.h"#include "wx/mimetype.h"#include "wx/filename.h"#include "commandeditor/commandeditor.h"Defines | |
| #define | wxEDITOR_COMMAND_TYPE_UNKNOWN 0 |
| #define | wxEDITOR_COMMAND_TYPE_LONG 1 |
| #define | wxEDITOR_COMMAND_TYPE_DOUBLE 2 |
| #define | wxEDITOR_COMMAND_TYPE_STRING 3 |
| #define | wxEDITOR_COMMAND_TYPE_BOOL 4 |
| #define wxEDITOR_COMMAND_TYPE_BOOL 4 |
| #define wxEDITOR_COMMAND_TYPE_DOUBLE 2 |
| #define wxEDITOR_COMMAND_TYPE_LONG 1 |
| #define wxEDITOR_COMMAND_TYPE_STRING 3 |
| #define wxEDITOR_COMMAND_TYPE_UNKNOWN 0 |
1.5.8