From 9856788f589fd2b7c8eb262e130cc7a6abe3d67c Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 11 Jan 2000 14:10:24 +0000 Subject: [PATCH] EnableTool() should be called after Realize() git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5340 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/toolbar.tex | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.50.0