2005-06-29 17:37:25 -04:00
|
|
|
#
|
|
|
|
# $Id$
|
2005-07-15 12:26:11 -04:00
|
|
|
#
|
2006-10-29 16:10:18 -05:00
|
|
|
# Notes:
|
|
|
|
#
|
|
|
|
# Remove all of the tags below except for the last one when creating new
|
|
|
|
# development branch.
|
|
|
|
#
|
|
|
|
# Once a symbol has been included in a stable release of wxWidgets its version
|
|
|
|
# cannot be changed.
|
|
|
|
#
|
|
|
|
# With each new release a section should be added containing any new symbols,
|
|
|
|
# for example:
|
|
|
|
#
|
2005-09-27 15:29:46 -04:00
|
|
|
# # public symbols added in release 2.6.2 (please keep in alphabetical order):
|
|
|
|
# @WX_VERSION_TAG@.2 {
|
|
|
|
# global:
|
|
|
|
# *wxChoice*GetCurrentSelection*;
|
|
|
|
# };
|
2006-10-29 16:10:18 -05:00
|
|
|
#
|
|
|
|
# If a symbols should have been added in this way, but is forgotten then it
|
|
|
|
# cannot be added in the next release. This is because it has already been
|
|
|
|
# released with the generic branch version due to the final wildcard below,
|
|
|
|
# and once released its version cannot be changed.
|
|
|
|
|
2005-06-29 17:37:25 -04:00
|
|
|
|
2007-01-14 11:38:53 -05:00
|
|
|
# public symbols added in 2.8.2 (please keep in alphabetical order):
|
|
|
|
@WX_VERSION_TAG@.2 {
|
|
|
|
global:
|
|
|
|
# wxFileHistory::Set/GetBaseId()
|
|
|
|
*wxFileHistory*etBaseId*;
|
2007-01-14 11:52:55 -05:00
|
|
|
*wxSizerFlags*Shaped*;
|
|
|
|
*wxSizerFlags*FixedMinSize*;
|
2007-01-19 00:27:16 -05:00
|
|
|
*wxSearchCtrl*SetDescriptiveText*;
|
|
|
|
*wxSearchCtrl*GetDescriptiveText*;
|
2007-01-14 11:38:53 -05:00
|
|
|
};
|
|
|
|
|
2006-12-21 17:04:48 -05:00
|
|
|
# public symbols added in 2.8.1 (please keep in alphabetical order):
|
|
|
|
@WX_VERSION_TAG@.1 {
|
|
|
|
global:
|
|
|
|
# wx{Dir|File}Dialog::Get/SetStyle()
|
|
|
|
*wxFileDialog*etStyle*;
|
|
|
|
*wxDirDialog*etStyle*;
|
2006-12-22 15:14:38 -05:00
|
|
|
# Mac OS X only, but it still must go in IIUC
|
|
|
|
*wxListCtrl*SetFocus*;
|
2006-12-24 19:34:23 -05:00
|
|
|
*wxListCtrl*OnChar*;
|
|
|
|
*wxListCtrl*OnRightDown*;
|
2006-12-26 15:44:24 -05:00
|
|
|
*wxListCtrl*OnMiddleDown*;
|
|
|
|
*wxListCtrl*FireMouseEvent*;
|
2007-01-07 10:53:03 -05:00
|
|
|
# wxTreeCtrl::CollapseAll[Children]() and IsEmpty
|
|
|
|
*wxTreeCtrl*CollapseAll*;
|
|
|
|
*wxTreeCtrl*IsEmpty*;
|
2006-12-21 17:04:48 -05:00
|
|
|
};
|
2005-06-29 17:37:25 -04:00
|
|
|
|
2006-10-29 16:10:18 -05:00
|
|
|
# symbols available since the beginning of this branch are only given
|
|
|
|
# generic branch tag (don't remove this!):
|
2006-10-23 17:32:01 -04:00
|
|
|
|
|
|
|
@WX_VERSION_TAG@ {
|
2006-10-29 16:10:18 -05:00
|
|
|
global:
|
|
|
|
*;
|
2006-10-23 17:32:01 -04:00
|
|
|
};
|