wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2019-05-05 14:37:26 +02:00
parent 961f5c173b
commit 03d7c82019
1 changed files with 48 additions and 22 deletions

View File

@ -262,6 +262,54 @@
<define name="wxCHECK_MSG(condition, retValue, msg)" value=""/>
<define name="wxCHECK_RET(condition, retValue)" value=""/>
<define name="wxVERSION_STRING" value="&quot;wxVersionString&quot;"/>
<define name="wxIMAGE_OPTION_QUALITY" value="wxString(&quot;quality&quot;)"/>
<define name="wxIMAGE_OPTION_FILENAME" value="wxString(&quot;FileName&quot;)"/>
<define name="wxIMAGE_OPTION_RESOLUTION" value="wxString(&quot;Resolution&quot;)"/>
<define name="wxIMAGE_OPTION_RESOLUTIONX" value="wxString(&quot;ResolutionX&quot;)"/>
<define name="wxIMAGE_OPTION_RESOLUTIONY" value="wxString(&quot;ResolutionY&quot;)"/>
<define name="wxIMAGE_OPTION_RESOLUTIONUNIT" value="wxString(&quot;ResolutionUnit&quot;)"/>
<define name="wxIMAGE_OPTION_MAX_WIDTH" value="wxString(&quot;MaxWidth&quot;)"/>
<define name="wxIMAGE_OPTION_MAX_HEIGHT" value="wxString(&quot;MaxHeight&quot;)"/>
<define name="wxIMAGE_OPTION_ORIGINAL_WIDTH" value="wxString(&quot;OriginalWidth&quot;)"/>
<define name="wxIMAGE_OPTION_ORIGINAL_HEIGHT" value="wxString(&quot;OriginalHeight&quot;)"/>
<define name="wxIMAGE_OPTION_BMP_FORMAT" value="wxString(&quot;wxBMP_FORMAT&quot;)"/>
<define name="wxIMAGE_OPTION_CUR_HOTSPOT_X" value="wxString(&quot;HotSpotX&quot;)"/>
<define name="wxIMAGE_OPTION_CUR_HOTSPOT_Y" value="wxString(&quot;HotSpotY&quot;)"/>
<define name="wxIMAGE_OPTION_GIF_COMMENT" value="wxString(&quot;GifComment&quot;)"/>
<define name="wxIMAGE_OPTION_PNG_FORMAT" value="wxString(&quot;PngFormat&quot;)"/>
<define name="wxIMAGE_OPTION_PNG_BITDEPTH" value="wxString(&quot;PngBitDepth&quot;)"/>
<define name="wxIMAGE_OPTION_PNG_FILTER" value="wxString(&quot;PngF&quot;)"/>
<define name="wxIMAGE_OPTION_PNG_COMPRESSION_LEVEL" value="wxString(&quot;PngZL&quot;)"/>
<define name="wxIMAGE_OPTION_PNG_COMPRESSION_MEM_LEVEL" value="wxString(&quot;PngZM&quot;)"/>
<define name="wxIMAGE_OPTION_PNG_COMPRESSION_STRATEGY" value="wxString(&quot;PngZS&quot;)"/>
<define name="wxIMAGE_OPTION_PNG_COMPRESSION_BUFFER_SIZE" value="wxString(&quot;PngZB&quot;)"/>
<define name="wxIMAGE_OPTION_TIFF_BITSPERSAMPLE" value="wxString(&quot;BitsPerSample&quot;)"/>
<define name="wxIMAGE_OPTION_TIFF_SAMPLESPERPIXEL" value="wxString(&quot;SamplesPerPixel&quot;)"/>
<define name="wxIMAGE_OPTION_TIFF_COMPRESSION" value="wxString(&quot;Compression&quot;)"/>
<define name="wxIMAGE_OPTION_TIFF_PHOTOMETRIC" value="wxString(&quot;Photometric&quot;)"/>
<define name="wxIMAGE_OPTION_TIFF_IMAGEDESCRIPTOR" value="wxString(&quot;ImageDescriptor&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="4"/>
<define name="wxIMAGE_QUALITY_HIGH" value="5"/>
<define name="wxPNG_TYPE_COLOUR" value="0"/>
<define name="wxPNG_TYPE_GREY" value="2"/>
<define name="wxPNG_TYPE_GREY_RED" value="3"/>
<define name="wxPNG_TYPE_PALETTE" value="4"/>
<define name="wxBMP_24BPP" value="24"/>
<define name="wxBMP_8BPP" value="8"/>
<define name="wxBMP_8BPP_GREY" value="9"/>
<define name="wxBMP_8BPP_GRAY" value="9"/>
<define name="wxBMP_8BPP_RED" value="10"/>
<define name="wxBMP_8BPP_PALETTE" value="11"/>
<define name="wxBMP_4BPP" value="4"/>
<define name="wxBMP_1BPP" value="1"/>
<define name="wxBMP_1BPP_BW" value="2"/>
<define name="wxCLEAR" value="0"/>
<define name="wxXOR" value="1"/>
<define name="wxINVERT" value="2"/>
@ -2786,28 +2834,6 @@
<define name="wxGRID_DRAW_DEFAULT" value="15"/>
<define name="wxSafeIncRef(p)" value="if ( p ) (p)-&gt;IncRef()"/>
<define name="wxSafeDecRef(p)" value="if ( p ) (p)-&gt;DecRef()"/>
<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"/>