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.