]> git.saurik.com Git - wxWidgets.git/history - wxPython/src/_notebook.i
more properties
[wxWidgets.git] / wxPython / src / _notebook.i
2006-09-09  Robin Dunnmore properties
2006-09-08  Robin DunnMore properties
2006-09-02  Robin DunnStart adding some properties for getter/setter methods
2006-07-14  Robin DunnDon't let SWIG see the wxTreeCtrl name anywhere so...
2006-07-05  Robin Dunnreorg
2006-07-05  Robin DunnAdd wxBK_HITTEST flags
2006-06-27  Robin DunnNew wxNB_HITTEST_ONPAGE flag
2006-05-26  Robin DunnSome tweaks to reflect changes in wxWidgets
2006-04-15  Robin DunnWrap some deprecation wrappers around newly deprecated...
2006-03-25  Robin Dunnmore size_t --> unsigned int changes
2006-03-15  Robin Dunnsome int --> size_t changes
2006-02-06  Robin DunnShrinkMode --> FitToCurrentPage
2006-02-05  Robin DunnAddSubPage --> InsertSubPage
2006-02-01  Robin DunnAdded wxPython wrappers for the new wx.Treebook and...
2006-01-29  Robin DunnChanges needed to be able to build with SWIG 1.3.24...
2005-12-22  Kevin OllivierFixes so that wxPython builds on 2.7. Mostly removing...
2005-04-11  Robin Dunnupdated coment
2005-04-09  Robin DunnNew methods added
2005-02-10  Robin DunnPut the deprecation wrapper on __init__, not the class
2005-02-07  Robin DunnAdded wxNB_NOPAGETHEME and GetThemeBackgroundColour
2005-01-23  Robin DunnFixed event binding in NotebookPage
2005-01-21  Robin Dunn* Some WXWIN_COMPATIBILITY_2_4 changes, as well as...
2005-01-13  Robin DunnwxNotebookNameStr
2004-12-23  Robin DunnUpdated to SWIG 1.3.24 (plus a patch that corrects...
2004-12-13  Robin DunnDeprecated NotebookSizer and BookCtrlSizer
2004-11-23  Robin DunnwxBookCtrl --> wxBookCtrlBase
2004-11-19  Robin DunnAdded GetCurrentPage
2004-09-23  Robin DunnUpdate SWIG patch to output "True" ("False") in the...
2004-09-18  Robin DunnAdded wx.Choicebook
2004-09-10  Robin DunnAdded GetListView accessor
2004-07-17  Robin DunnAvoid using the OOR typemap in the constructors
2004-06-02  Robin DunnAdded more default args as needed to allow most window...
2004-06-01  Robin DunnAll the Window and GDI (pen, bitmap, etc.) classes...
2004-05-12  Robin DunnSome docstring additions, reformats and epydoc markup.
2004-05-06  Robin DunnAdd GetClassDefaultAttribute. Since it is static we...
2004-03-23  Robin Dunnuse default window id
2004-01-31  Robin Dunn%addtofunc --> %pythonAppend
2004-01-27  Robin DunnUse the DISOWN typemap
2004-01-23  Robin Dunndocstring fix
2003-12-20  Robin DunnMore changes to make the autodocs be better, made all...
2003-11-20  Robin DunnMore docstring updates for OUTPUT parameters
2003-11-19  Robin DunnChanged all TRUE/true --> True and all FALSE/false...
2003-11-12  Robin DunnMerged the wxPy_newswig branch into the HEAD branch...