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 No changes, synchronised source names that appear commented at the top of files with the actual path to the files. 2011-03-20 00:14:35 +00:00
richtextborderspage.h No changes, synchronised source names that appear commented at the top of files with the actual path to the files. 2011-03-20 00:14:35 +00:00
richtextbuffer.h wxRTC doc updates 2011-05-11 16:45:34 +00:00
richtextbulletspage.h Implemented text boxes and tables, and further editing pages for backgrounds, borders and margins. 2011-01-14 11:57:44 +00:00
richtextctrl.h Use DECLARE_DYNAMIC_CLASS instead of DECLARE_CLASS. 2011-06-07 14:28:55 +00:00
richtextdialogpage.h Implemented text boxes and tables, and further editing pages for backgrounds, borders and margins. 2011-01-14 11:57:44 +00:00
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 Compile fixes 2011-01-14 12:08:03 +00:00
richtextindentspage.h Added Page Break control to spacing page 2011-08-04 12:31:44 +00:00
richtextliststylepage.h Implemented text boxes and tables, and further editing pages for backgrounds, borders and margins. 2011-01-14 11:57:44 +00:00
richtextmarginspage.h No changes, synchronised source names that appear commented at the top of files with the actual path to the files. 2011-03-20 00:14:35 +00:00
richtextprint.h Translate various user-visible strings in rich text print code. 2011-05-01 15:58:36 +00:00
richtextsizepage.h No changes, synchronised source names that appear commented at the top of files with the actual path to the files. 2011-03-20 00:14:35 +00:00
richtextstyledlg.h Implemented text boxes and tables, and further editing pages for backgrounds, borders and margins. 2011-01-14 11:57:44 +00:00
richtextstylepage.h Implemented text boxes and tables, and further editing pages for backgrounds, borders and margins. 2011-01-14 11:57:44 +00:00
richtextstyles.h Removed GCC 4 warning 2011-01-14 19:32:35 +00:00
richtextsymboldlg.h Implemented text boxes and tables, and further editing pages for backgrounds, borders and margins. 2011-01-14 11:57:44 +00:00
richtexttabspage.h Implemented text boxes and tables, and further editing pages for backgrounds, borders and margins. 2011-01-14 11:57:44 +00:00
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