wxwidgets.cfg: Improved support for some wxBitmap functions.
This commit is contained in:
parent
b91ef62932
commit
02e1637553
|
@ -15,4 +15,3 @@
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
</def>
|
</def>
|
||||||
|
|
||||||
|
|
|
@ -1449,6 +1449,17 @@
|
||||||
<arg nr="1"/>
|
<arg nr="1"/>
|
||||||
<warn severity="style">This is the same as wxString::Trim() except that it doesn't change this string. This is a wxWidgets 1.xx compatibility function; you should not use it in new code.</warn>
|
<warn severity="style">This is the same as wxString::Trim() except that it doesn't change this string. This is a wxWidgets 1.xx compatibility function; you should not use it in new code.</warn>
|
||||||
</function>
|
</function>
|
||||||
|
<!-- virtual void wxBitmap::SetDepth(int depth) -->
|
||||||
|
<!-- virtual void wxBitmap::SetHeight(int height)-->
|
||||||
|
<!-- virtual void wxBitmap::SetWidth(int width) -->
|
||||||
|
<function name="wxBitmap::SetDepth,wxBitmap::SetHeight,wxBitmap::SetWidth">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<leak-ignore/>
|
||||||
|
<arg nr="1">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
<warn severity="style">This function is deprecated since version 3.1.2, dimensions and depth can only be set at construction time.</warn>
|
||||||
|
</function>
|
||||||
<!-- bool wxString::ToLong(long * val, int base = 10) const -->
|
<!-- bool wxString::ToLong(long * val, int base = 10) const -->
|
||||||
<!-- bool wxString::ToCLong(long * val, int base = 10) const -->
|
<!-- bool wxString::ToCLong(long * val, int base = 10) const -->
|
||||||
<!-- bool wxString::ToLongLong(long long * val, int base = 10) const -->
|
<!-- bool wxString::ToLongLong(long long * val, int base = 10) const -->
|
||||||
|
|
Loading…
Reference in New Issue