X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/57ab6f2314860f6efd2d1339913c91a302020a8e..1ec4e9c2b72a01a7ba7da569e0f8d04a81aaba10:/interface/wx/renderer.h diff --git a/interface/wx/renderer.h b/interface/wx/renderer.h index f6b55e934f..f02c32a666 100644 --- a/interface/wx/renderer.h +++ b/interface/wx/renderer.h @@ -77,7 +77,7 @@ enum wxTitleBarButton It doesn't have any methods and all of its fields are constant, so they can only be examined but not modified. - @library{wxbase} + @library{wxcore} @category{gdi} */ struct wxSplitterRenderParams @@ -111,7 +111,7 @@ struct wxSplitterRenderParams wxRendererNative::DrawHeaderButton() to specify custom values used to draw the text or bitmap label. - @library{wxbase} + @library{wxcore} @category{gdi} */ struct wxHeaderButtonParams @@ -561,11 +561,13 @@ public: renderer which has the age greater or equal to its age. This verification is done by IsCompatible() method. - @library{wxbase} + @library{wxcore} @category{gdi} */ struct wxRendererVersion { + wxRendererVersion(int version_, int age_); + /** Checks if the main program is compatible with the renderer having the version @e ver, returns @true if it is and @false otherwise.