From: Vadim Zeitlin Date: Tue, 11 Jan 2000 14:10:24 +0000 (+0000) Subject: EnableTool() should be called after Realize() X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9856788f589fd2b7c8eb262e130cc7a6abe3d67c EnableTool() should be called after Realize() git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5340 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/toolbar.tex b/docs/latex/wx/toolbar.tex index 84f98efaf1..20d988a8f8 100644 --- a/docs/latex/wx/toolbar.tex +++ b/docs/latex/wx/toolbar.tex @@ -251,6 +251,9 @@ Enables or disables the tool. \docparam{enable}{If TRUE, enables the tool, otherwise disables it.} +{\bf NB:} This function should only be called after +\helpref{Realize}{wxtoolbarrealize}. + \wxheading{Remarks} For wxToolBarSimple, does nothing. Some other implementations