]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/image.tex
Split up wxStream doc files; added wxTCP... files; added wxBusyCursor;
[wxWidgets.git] / docs / latex / wx / image.tex
index 2037c9e7dbf21841d74b55a2dbe2eb034e12db2c..a7808cd051f61d085c6c55d5910010a563d10d56 100644 (file)
@@ -10,8 +10,6 @@ A wxImage cannot (currently) be drawn directly to a wxDC. Instead, a platform-sp
 wxBitmap object must be created from it, and that bitmap drawn on the wxDC, using
 wxDC::DrawBitmap.
 
-This class is currently only available under GTK and Windows.
-
 \wxheading{Derived from}
 
 \helpref{wxObject}{wxobject}