File: properties.cppcode

package info (click to toggle)
wxformbuilder 4.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,908 kB
  • sloc: cpp: 37,318; xml: 6,611; javascript: 1,353; python: 94; sh: 62; makefile: 62
file content (34 lines) | stat: -rw-r--r-- 1,220 bytes parent folder | download
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 &lt;wx/string.h&gt; #nl</template>
  </templates>
  <templates property="wxString_i18n">
    <template name="include">@#include &lt;wx/string.h&gt; #nl</template>
  </templates>
  <templates property="stringlist">
    <template name="include">@#include &lt;wx/string.h&gt; #nl</template>
  </templates>
  <templates property="wxPoint">
    <template name="include">@#include &lt;wx/gdicmn.h&gt; #nl</template>
  </templates>
  <templates property="wxSize">
    <template name="include">@#include &lt;wx/gdicmn.h&gt; #nl</template>
  </templates>
  <templates property="wxFont">
    <template name="include">@#include &lt;wx/font.h&gt; #nl</template>
  </templates>
  <templates property="wxColour">
    <template name="include">
      @#include &lt;wx/colour.h&gt; #nl
      @#include &lt;wx/settings.h&gt; #nl
    </template>
  </templates>
  <templates property="bitmap">
    <template name="include">
      @#include &lt;wx/bitmap.h&gt; #nl
      @#include &lt;wx/image.h&gt; #nl
      @#include &lt;wx/icon.h&gt; #nl
    </template>
  </templates>
</codegen>