Clarify the separator native look remark.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 5 Sep 2009 12:29:32 +0000 (12:29 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 5 Sep 2009 12:29:32 +0000 (12:29 +0000)
Closes #11174.

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

interface/wx/toolbar.h

index f45393f0f0ac5204563b9cef1c70f739ff797bbb..02698a9b39b280d42c49c0292c7fcbf35685e7d0 100644 (file)
@@ -224,8 +224,9 @@ public:
     /**
         Adds a separator for spacing groups of tools.
 
-        Note that the meaning of a "separator" is a vertical line under wxMSW and
-        a simple space under wxGTK.
+        Notice that the separator uses the look appropriate for the current
+        platform so it can be a vertical line (MSW, some versions of GTK) or
+        just an empty space or something else.
 
         @see AddTool(), SetToolSeparation()
     */