]> git.saurik.com Git - wxWidgets.git/commitdiff
XRC spec: document the "focused" window property.
authorVáclav Slavík <vslavik@fastmail.fm>
Thu, 3 Oct 2013 11:08:39 +0000 (11:08 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Thu, 3 Oct 2013 11:08:39 +0000 (11:08 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74922 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/doxygen/overviews/xrc_format.h

index 1d30b732dc374ec4d37a497ba63f8455de33b96a..f2ff6ff8c6172fba24ec98163940cd9631a4550d 100644 (file)
@@ -510,6 +510,8 @@ from properties lists below.
     wxWindow::SetOwnBackgroundColour() (default: none).}
 @row3col{enabled, @ref overview_xrcformat_type_bool,
     If set to 0, the control is disabled (default: 1).}
+@row3col{focused, @ref overview_xrcformat_type_bool,
+    If set to 1, the control has focus initially (default: 0).}
 @row3col{hidden, @ref overview_xrcformat_type_bool,
     If set to 1, the control is created hidden (default: 0).}
 @row3col{tooltip, @ref overview_xrcformat_type_text,