wxWidgets/include/wx/richtext
Vadim Zeitlin abfdefede3 Add wxWithImages helper mix-in with {Set,Get,Assign}ImageList() methods.
Avoid defining SetImageList() in several different places in wx API as not
only this resulted in (trivial) code duplication but this method also had
different semantics before: it didn't take ownership of the pointer passed to
it in wxTreeCtrl, wxListCtrl and wxBookCtrl and derived classes but did take
its ownership in wxDataViewTreeCtrl and wxRichTextFormattingDialog.

Harmonize this for all the classes now: SetImageList() never takes ownership
while AssignImageList() (which is now available in all classes having
SetImageList()) always does.

Also add convenience wxWithImages::GetImage() helper to avoid (more) code
duplication in wxDataViewTreeCtrl code.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68809 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-08-21 14:08:43 +00:00
..
richtextbackgroundpage.h
richtextborderspage.h
richtextbuffer.h
richtextbulletspage.h
richtextctrl.h
richtextdialogpage.h
richtextfontpage.h Added the ability to deselect attributes in the font dialog 2011-08-10 14:06:28 +00:00
richtextformatdlg.h Add wxWithImages helper mix-in with {Set,Get,Assign}ImageList() methods. 2011-08-21 14:08:43 +00:00
richtexthtml.h Replace more DECLARE_CLASS occurrences with DECLARE_DYNAMIC_CLASS. 2011-06-07 16:48:36 +00:00
richtextimagedlg.h
richtextindentspage.h Added Page Break control to spacing page 2011-08-04 12:31:44 +00:00
richtextliststylepage.h
richtextmarginspage.h
richtextprint.h
richtextsizepage.h
richtextstyledlg.h
richtextstylepage.h
richtextstyles.h
richtextsymboldlg.h
richtexttabspage.h
richtextuicustomization.h Work around bogus g++ warnings about possibly missing return. 2011-06-30 12:20:47 +00:00
richtextxml.h Replace more DECLARE_CLASS occurrences with DECLARE_DYNAMIC_CLASS. 2011-06-07 16:48:36 +00:00