X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c6b65b76a196e1aa2313f89f6fc609d497c388a0..dceb1c097c8c24b398f48b482220c358bc7b4db4:/docs/latex/wx/renderer.tex diff --git a/docs/latex/wx/renderer.tex b/docs/latex/wx/renderer.tex index 4217e25c48..70de6cedbb 100644 --- a/docs/latex/wx/renderer.tex +++ b/docs/latex/wx/renderer.tex @@ -14,7 +14,7 @@ First, a brief introduction to wxRenderer and why it is needed. Usually wxWidgets uses the underlying low level GUI system to draw all the -controls -- this is what we mean when we say that it is a ``native'' framework. +controls - this is what we mean when we say that it is a ``native'' framework. However not all controls exist under all (or even any) platforms and in this case wxWidgets provides a default, generic, implementation of them written in wxWidgets itself.