add more flexible and safer template Connect() overloads (#10000)
[wxWidgets.git] / include / wx / bookctrl.h
2009-01-12  Vadim Zeitlinadd more flexible and safer template Connect() overload...
2008-08-01  Vadim Zeitlinuse a single wxBookCtrlEvent class for all wxBookCtrlBa...
2008-03-26  Francesco Montorsisubstitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE...
2008-01-22  Vadim Zeitlinremove the unnecessary non-const GetPage() overload
2007-11-13  Julian SmartMore border rationalisation. GetDefaultBorder is now...
2007-08-07  Julian SmartAdded wxBORDER_THEME, wxWindow::GetDefaultBorderForCont...
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-03-25  Vadim Zeitlindon't accept focus in book control itself
2006-11-04  Vadim Zeitlininvalidate best size of the book controller too when...
2006-10-31  Robin DunnGetBestFittingSize --> GetEffectiveMinSize
2006-10-20  Vadim Zeitlindefine bookctrl (and -derived) classes flags in their...
2006-10-09  Vadim Zeitlinavoid conflict between wxBookCtrlBase::DoSetSelection...
2006-10-08  Vadim Zeitlinadded wxBookCtrl::ChangeSelection() which is the same...
2006-10-04  Włodzimierz SkibaBookCtrl event handler added to default book layer.
2006-07-28  Vadim Zeitlinadded HasMultiplePages()
2006-07-05  Włodzimierz SkibawxNB_HITTEST_* flags renamed to wxBK_HITTEST_* to serve...
2006-06-06  Julian SmartReverted last wxBookCtrl change and added alignment...
2006-06-06  Julian SmartEach book control should say what its default orientati...
2006-05-26  Vadim Zeitlinshow help for the page under mouse when the [?] button...
2006-05-26  Vadim Zeitlinmoved wxNotebook::HitTest() to the base book control...
2006-04-13  Włodzimierz SkibaAll book controls shares wxBK_* flags [bug #1469980].
2006-04-13  Julian SmartOn screens with restricted space, it's useful to be...
2006-03-24  Włodzimierz SkibaBack to 'unsigned int' after reasearch of 'size_t'...
2006-03-15  Włodzimierz SkibaMore size_t in interface.
2006-02-06  Julian SmartChanged function to SetFitToCurrentPage
2006-01-31  Julian SmartIntroduced the ability to size a book control based...
2006-01-30  Julian SmartSeparated out book control sizing code
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-18  Włodzimierz SkibaSet/get for internal border in book based controls.
2005-10-09  Vadim ZeitlinAdded wxTreebook:
2005-10-09  Vadim Zeitlinmade GetPage() not virtual because it doesn't need...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-04-10  Vadim Zeitlinsimplifications and corrections to background drawing:
2005-03-10  Włodzimierz SkibaApart smartphones use choicebook when notebook is not...
2004-12-19  Vadim Zeitlinmoved ProvidesBackground() from wxUniv to base wxWindow...
2004-11-29  Włodzimierz SkibaInclude fix.
2004-11-23  Dimitri Schoolwerthfixed #includes
2004-11-23  Włodzimierz SkibawxCHB<->wxNB flags switch fix.
2004-11-23  Włodzimierz SkibawxBookCtrl->wxBookCtrlBase. wxBookCtrl is now most...
2004-11-19  Vadim Zeitlinadded GetCurrentPage()
2004-09-23  Włodzimierz Skibawx(Choice/List/Note)book controls send CHANG(ED/ING...
2004-07-03  Robin DunnInvalidate notebook best size when pages are added...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-04  Robin DunnBook controls also shouldn't do anything for SetInitial...
2004-03-05  Robin DunnChanged CanApplyParentThemeBackground to ApplyParentThe...
2004-01-15  Julian SmartReverted patch [ 832096 ] Final separation for GUI...
2004-01-11  Julian SmartApplied patch [ 832096 ] Final separation for GUI and...
2003-11-06  David ElliottReplaced all occurences of id with winid for Objective...
2003-10-08  Vadim Zeitlinrenamed WX_DEFINE_ARRAY_NO_PTR in WX_DEFINE_ARRAY_PTR
2003-08-20  Vadim Zeitlincreated wxBookCtrl which will be tje base class for...