disable children when the parent is disabled
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16857 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -421,7 +421,9 @@ Windows only.
|
||||
|
||||
\func{virtual bool}{Enable}{\param{bool}{ enable = {\tt TRUE}}}
|
||||
|
||||
Enable or disable the window for user input.
|
||||
Enable or disable the window for user input. Note that when a parent window is
|
||||
disabled, all of its children are disabled as well and they are reenabled again
|
||||
when the parent is.
|
||||
|
||||
\wxheading{Parameters}
|
||||
|
||||
|
Reference in New Issue
Block a user