X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/06d20283afba5439c8a2c1b3b7cd3390541da52d..29f7914424a7941e9374a5445f95574f2f041659:/docs/latex/wx/bitmap.tex diff --git a/docs/latex/wx/bitmap.tex b/docs/latex/wx/bitmap.tex index bb815d6456..da61ca58e5 100644 --- a/docs/latex/wx/bitmap.tex +++ b/docs/latex/wx/bitmap.tex @@ -14,6 +14,12 @@ either monochrome or colour. +\wxheading{Predefined objects} + +Objects: + +{\bf wxNullBitmap} + \wxheading{See also} \helpref{wxBitmap overview}{wxbitmapoverview}, @@ -134,7 +140,7 @@ Under X, {\it type} defaults to wxBITMAP\_TYPE\_XPM. \twocolitem{\bf{wxNoRefBitmap(name, flag)}}{This one won't own the reference, so Python won't call the destructor, this is good for toolbars and such where the parent will manage the bitmap.} -\twocolitem{\bf{wxEmptyBitmap(width, height, depth=-1)}}{Creates an +\twocolitem{\bf{wxEmptyBitmap(width, height, depth = -1)}}{Creates an empty bitmap with the given specifications} \end{twocollist}} }