git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72334 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
9 lines
144 B
C
9 lines
144 B
C
|
|
|
|
|
|
|
|
wxRect wxRectFromPRectangle(PRectangle prc);
|
|
PRectangle PRectangleFromwxRect(wxRect rc);
|
|
wxColour wxColourFromCD(const ColourDesired& ca);
|
|
|