minor updates to GTK-specific comments

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@75069 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2013-10-26 16:25:25 +00:00
parent 451e456a91
commit 5efcbfd63a

View File

@@ -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.