]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/panel.tex
Fixed to work with the new wxMacControl system.
[wxWidgets.git] / docs / latex / wx / panel.tex
index 1f41e2b6fec96f748089ca05c683036c0cb336cf..1b8f49e5cb68e9e877da7ac6ab7e763193798ea7 100644 (file)
@@ -56,10 +56,10 @@ Constructor.
 \docparam{id}{An identifier for the panel. A value of -1 is taken to mean a default.}
 
 \docparam{pos}{The panel position. A value of (-1, -1) indicates a default position, chosen by
-either the windowing system or wxWindows, depending on platform.}
+either the windowing system or wxWidgets, depending on platform.}
 
 \docparam{size}{The panel size. A value of (-1, -1) indicates a default size, chosen by
-either the windowing system or wxWindows, depending on platform.}
+either the windowing system or wxWidgets, depending on platform.}
 
 \docparam{style}{The window style. See \helpref{wxPanel}{wxpanel}.}