From c8e1af672f46e93ae2fe6d7f9d5b35a3d8d49c16 Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Sat, 5 Feb 2005 13:12:41 +0000 Subject: [PATCH] Add comment about wxBitmap::SetPalette() not being implemented under GTK+. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31766 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/bitmap.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/latex/wx/bitmap.tex b/docs/latex/wx/bitmap.tex index 385a64fde1..3dc40bc738 100644 --- a/docs/latex/wx/bitmap.tex +++ b/docs/latex/wx/bitmap.tex @@ -561,7 +561,7 @@ The bitmap object owns the mask once this has been called. \func{void}{SetPalette}{\param{const wxPalette\& }{palette}} -Sets the associated palette. +Sets the associated palette. (Not implemented under GTK+). \wxheading{Parameters}