From a5aa044a7bffd4e2e73e96c64bd7305f335f583e Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Fri, 7 Sep 2018 20:33:02 +0200 Subject: [PATCH] Update deprecation in docs --- interface/wx/bitmap.h | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/interface/wx/bitmap.h b/interface/wx/bitmap.h index 500002ae4a..9f0405e5b5 100644 --- a/interface/wx/bitmap.h +++ b/interface/wx/bitmap.h @@ -707,6 +707,9 @@ public: const wxPalette* palette = NULL) const; /** + @deprecated This function is deprecated since version 3.1.2, dimensions + and depth can only be set at construction time. + Sets the depth member (does not affect the bitmap data). @todo since these functions do not affect the bitmap data, @@ -714,10 +717,14 @@ public: @param depth Bitmap depth. + */ virtual void SetDepth(int depth); /** + @deprecated This function is deprecated since version 3.1.2, dimensions + and depth can only be set at construction time. + Sets the height member (does not affect the bitmap data). @param height @@ -745,6 +752,9 @@ public: virtual void SetPalette(const wxPalette& palette); /** + @deprecated This function is deprecated since version 3.1.2, dimensions + and depth can only be set at construction time. + Sets the width member (does not affect the bitmap data). @param width