]> git.saurik.com Git - wxWidgets.git/commitdiff
Remove reduntant content from XRC format docs.
authorVáclav Slavík <vslavik@fastmail.fm>
Tue, 3 Sep 2013 14:45:04 +0000 (14:45 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Tue, 3 Sep 2013 14:45:04 +0000 (14:45 +0000)
Window styles are documented globally, no need for control-specific
content for wxStatusBar.  Also, it was outdated and incorrect.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74747 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/doxygen/overviews/xrc_format.h

index 48f9a95737efc44c31fbbdf4894399da865a308d..5c0d9cdf8985db3c64d5faa4bde6a92d135a4900 100644 (file)
@@ -1626,11 +1626,6 @@ child and the second one for right/bottom child window.
     Comma-separated list of @em fields integers. Each value specifies width
     of one field; the values are interpreted using the same convention used
     by wxStatusBar::SetStatusWidths().}
-@row3col{styles, @ref overview_xrcformat_type_string,
-    Comma-separated list of @em fields flags. Each value specifies status bar
-    field style and can be one of @c wxSB_NORMAL, @c wxSB_FLAT,
-    @c wxSB_RAISED or, since wxWidgets 2.9.5, @c wxSB_SUNKEN. See
-    wxStatusBar::SetStatusStyles() for their description.}
 @endTable