added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward...
[wxWidgets.git] / include / wx / treebook.h
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-04-11  Vadim Zeitlindon't use obsolete functions (mostly copystring() and...
2007-03-25  Vadim Zeitlinwhy was this class made a wxControlContainer (rev....
2007-01-07  Vadim Zeitlinmake HitTest() public (bug 1626543); this changes ABI...
2006-10-08  Vadim Zeitlinadded wxBookCtrl::ChangeSelection() which is the same...
2006-07-25  Jamie GaddMake wxTreebook use wxControlContainer.
2006-05-26  Vadim Zeitlinmoved wxNotebook::HitTest() to the base book control...
2006-02-08  Vadim Zeitlinmake access specifiers for the virtual functions match...
2006-02-05  Vadim Zeitlinrenamed AddSubPage() with pos parameter to InsertSubPage()
2005-11-10  Vadim Zeitlinadd Clone() to wxXXXbookEvent and copy ctor to wxBookCt...
2005-10-21  Włodzimierz SkibaUnified flags for orienting wxBookCtrls (with backward...
2005-10-09  Vadim ZeitlinAdded wxTreebook: