wxwidgets.cfg: Added support for some missing constants from wx/image.h

This commit is contained in:
orbitcowboy 2018-12-19 16:55:03 +01:00
parent 5b23f21d7f
commit ac15c56f49
1 changed files with 22 additions and 0 deletions

View File

@ -1816,6 +1816,28 @@
<define name="wxASSERT_LEVEL_2" value="assert"/>
<!-- #define wxASSERT_LEVEL_2_MSG(condition, message) -->
<define name="wxASSERT_LEVEL_2_MSG" value="assert"/>
<define name="wxIMAGE_OPTION_QUALITY" value="&quot;quality&quot;)"/>
<define name="wxIMAGE_OPTION_FILENAME" value="&quot;FileName&quot;"/>
<define name="wxIMAGE_OPTION_RESOLUTION" value="&quot;Resolution&quot;"/>
<define name="wxIMAGE_OPTION_RESOLUTIONX" value="&quot;ResolutionX&quot;"/>
<define name="wxIMAGE_OPTION_RESOLUTIONY" value="&quot;ResolutionY&quot;"/>
<define name="wxIMAGE_OPTION_RESOLUTIONUNIT" value="&quot;ResolutionUnit&quot;"/>
<define name="wxIMAGE_OPTION_MAX_WIDTH" value="&quot;MaxWidth&quot;"/>
<define name="wxIMAGE_OPTION_MAX_HEIGHT" value="&quot;MaxHeight&quot;"/>
<define name="wxIMAGE_OPTION_ORIGINAL_WIDTH" value="&quot;OriginalWidth&quot;"/>
<define name="wxIMAGE_OPTION_ORIGINAL_HEIGHT" value="&quot;OriginalHeight&quot;"/>
<define name="wxIMAGE_RESOLUTION_NONE" value="0"/>
<define name="wxIMAGE_RESOLUTION_INCHES" value="1"/>
<define name="wxIMAGE_RESOLUTION_CM" value="2"/>
<define name="wxIMAGE_QUALITY_NEAREST" value="0"/>
<define name="wxIMAGE_QUALITY_BILINEAR" value="1"/>
<define name="wxIMAGE_QUALITY_BICUBIC" value="2"/>
<define name="wxIMAGE_QUALITY_BOX_AVERAGE" value="3"/>
<define name="wxIMAGE_QUALITY_NORMAL" value="0"/>
<define name="wxIMAGE_QUALITY_HIGH" value="4"/>
<define name="wxIMAGE_ALPHA_TRANSPARENT" value="0"/>
<define name="wxIMAGE_ALPHA_THRESHOLD" value="0x80"/>
<define name="wxIMAGE_ALPHA_OPAQUE" value="0xFF"/>
<define name="wxDV_SINGLE" value="0x0000"/>
<define name="wxDV_MULTIPLE" value="0x0001"/>
<define name="wxDV_NO_HEADER" value="0x0002"/>