1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<codegen language="C++">
<templates property="wxString">
<template name="include">@#include <wx/string.h> #nl</template>
</templates>
<templates property="wxString_i18n">
<template name="include">@#include <wx/string.h> #nl</template>
</templates>
<templates property="stringlist">
<template name="include">@#include <wx/string.h> #nl</template>
</templates>
<templates property="wxPoint">
<template name="include">@#include <wx/gdicmn.h> #nl</template>
</templates>
<templates property="wxSize">
<template name="include">@#include <wx/gdicmn.h> #nl</template>
</templates>
<templates property="wxFont">
<template name="include">@#include <wx/font.h> #nl</template>
</templates>
<templates property="wxColour">
<template name="include">
@#include <wx/colour.h> #nl
@#include <wx/settings.h> #nl
</template>
</templates>
<templates property="bitmap">
<template name="include">
@#include <wx/bitmap.h> #nl
@#include <wx/image.h> #nl
@#include <wx/icon.h> #nl
</template>
</templates>
</codegen>
|