]> git.saurik.com Git - wxWidgets.git/commitdiff
Added missing description for wxNO_BORDER
authorJulian Smart <julian@anthemion.co.uk>
Sun, 11 Jan 2004 11:46:40 +0000 (11:46 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sun, 11 Jan 2004 11:46:40 +0000 (11:46 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25113 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/window.tex

index d3e45063f36d881925b16d9657e95c394f6226c1..7ccf07113f0277bde310859de3e6e0ed6b849c76 100644 (file)
@@ -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.}