From 5efcbfd63a3df72601b0eeb78f3cf85eddea467c Mon Sep 17 00:00:00 2001 From: Paul Cornett Date: Sat, 26 Oct 2013 16:25:25 +0000 Subject: [PATCH] minor updates to GTK-specific comments git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@75069 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/bitmap.h | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/interface/wx/bitmap.h b/interface/wx/bitmap.h index d6f603b907..cfe40aa257 100644 --- a/interface/wx/bitmap.h +++ b/interface/wx/bitmap.h @@ -178,7 +178,7 @@ public: is running and from the wxWidgets configuration. If all possible wxWidgets settings are used: - wxMSW supports BMP and ICO files, BMP and ICO resources; - - wxGTK supports XPM files; + - wxGTK supports any file supported by gdk-pixbuf; - wxMac supports PICT resources; - wxX11 supports XPM files, XPM data, XBM data; @@ -334,11 +334,6 @@ public: current system if depth is ::wxBITMAP_SCREEN_DEPTH) which entails that a colour reduction may take place. - When in 8-bit mode (PseudoColour mode), the GTK port will use a color cube - created on program start-up to look up colors. This ensures a very fast conversion, - but the image quality won't be perfect (and could be better for photo images using - more sophisticated dithering algorithms). - On Windows, if there is a palette present (set with SetPalette), it will be used when creating the wxBitmap (most useful in 8-bit display mode). On other platforms, the palette is currently ignored. @@ -729,7 +724,7 @@ public: /** Constructs a mask from a bitmap and a palette index that indicates the background. - Not yet implemented for GTK. + Not implemented for GTK. @param bitmap A valid bitmap. @@ -756,7 +751,7 @@ public: /** Constructs a mask from a bitmap and a palette index that indicates the background. - Not yet implemented for GTK. + Not implemented for GTK. @param bitmap A valid bitmap.