From a29ab61c56454f6c98a0b597fdf5e4b677ae566d Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 6 Jul 2008 00:26:51 +0000 Subject: [PATCH] remove mentions of pos attribute, it never worked and it's time to remove it git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54501 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/tech/tn0014.txt | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/tech/tn0014.txt b/docs/tech/tn0014.txt index 636eac7c70..75b492fda0 100644 --- a/docs/tech/tn0014.txt +++ b/docs/tech/tn0014.txt @@ -501,17 +501,9 @@ appear within wxToolBar node. Their attributes are as follows: label I18nString "" tooltip I18nString "" longhelp I18nString "" - pos Position -1,-1 Constraints: At most one of "toggle" and "radio" attributes may be 1. - Attribute "pos" may not appear if "label" or "radio" attributes - are used or if parent wxToolBar's style contains wxTB_TEXT. - - Note: - Use of "pos" attribute is strongly discouraged, it is deprecated - usage of wxToolBar and it is not supported by MSW and GTK - implementations. Children objects are added to the toolbar using AddTool for "tool" class, AddSeparator for "separator" and AddControl for other classes. -- 2.47.2