X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c66c3af1353948c39b05ab03c7314d6f999419d0..8a094d7ba9913333b49f8561d97b8309d0023663:/docs/latex/wx/window.tex?ds=inline diff --git a/docs/latex/wx/window.tex b/docs/latex/wx/window.tex index d3e45063f3..7ccf07113f 100644 --- a/docs/latex/wx/window.tex +++ b/docs/latex/wx/window.tex @@ -44,6 +44,7 @@ for this style. } \twocolitem{\windowstyle{wxSUNKEN\_BORDER}}{Displays a sunken border.} \twocolitem{\windowstyle{wxRAISED\_BORDER}}{Displays a raised border. GTK only. } \twocolitem{\windowstyle{wxSTATIC\_BORDER}}{Displays a border suitable for a static control. Windows only. } +\twocolitem{\windowstyle{wxNO\_BORDER}}{Displays no border, overriding the default border style for the window.} \twocolitem{\windowstyle{wxTRANSPARENT\_WINDOW}}{The window is transparent, that is, it will not receive paint events. Windows only.} \twocolitem{\windowstyle{wxTAB\_TRAVERSAL}}{Use this to enable tab traversal for non-dialog windows.}