From e8a793f06cc0abb9e2433b1fe518c836395c8b49 Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Tue, 4 Jul 2006 18:08:09 +0000 Subject: [PATCH] XRC headers cleaning. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39980 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/xrc/xh_bmp.h | 2 +- include/wx/xrc/xh_bmpbt.h | 5 +++-- include/wx/xrc/xh_bttn.h | 2 +- include/wx/xrc/xh_cald.h | 7 ++++++- include/wx/xrc/xh_chckb.h | 10 +++++----- include/wx/xrc/xh_chckl.h | 10 ++++++---- include/wx/xrc/xh_choic.h | 7 ++++++- include/wx/xrc/xh_choicbk.h | 10 ++++++---- include/wx/xrc/xh_clrpicker.h | 2 +- include/wx/xrc/xh_combo.h | 2 +- include/wx/xrc/xh_datectrl.h | 2 +- include/wx/xrc/xh_dirpicker.h | 2 +- include/wx/xrc/xh_dlg.h | 2 +- include/wx/xrc/xh_filepicker.h | 2 +- include/wx/xrc/xh_fontpicker.h | 2 +- include/wx/xrc/xh_frame.h | 2 +- include/wx/xrc/xh_gauge.h | 2 +- include/wx/xrc/xh_gdctl.h | 2 +- include/wx/xrc/xh_grid.h | 2 +- include/wx/xrc/xh_html.h | 2 +- include/wx/xrc/xh_listb.h | 2 +- include/wx/xrc/xh_listbk.h | 2 +- include/wx/xrc/xh_listc.h | 2 +- include/wx/xrc/xh_mdi.h | 2 +- include/wx/xrc/xh_menu.h | 2 +- include/wx/xrc/xh_notbk.h | 2 +- include/wx/xrc/xh_panel.h | 2 +- include/wx/xrc/xh_radbt.h | 2 +- include/wx/xrc/xh_radbx.h | 4 ++-- include/wx/xrc/xh_scrol.h | 2 +- include/wx/xrc/xh_scwin.h | 2 +- include/wx/xrc/xh_sizer.h | 2 +- include/wx/xrc/xh_slidr.h | 2 +- include/wx/xrc/xh_spin.h | 2 +- include/wx/xrc/xh_split.h | 2 +- include/wx/xrc/xh_statbar.h | 3 +-- include/wx/xrc/xh_stbmp.h | 2 +- include/wx/xrc/xh_stbox.h | 2 +- include/wx/xrc/xh_stlin.h | 2 +- include/wx/xrc/xh_sttxt.h | 2 +- include/wx/xrc/xh_text.h | 2 +- include/wx/xrc/xh_tglbtn.h | 3 +-- include/wx/xrc/xh_toolb.h | 2 +- include/wx/xrc/xh_tree.h | 2 +- include/wx/xrc/xh_treebk.h | 3 +-- include/wx/xrc/xh_unkwn.h | 2 +- include/wx/xrc/xh_wizrd.h | 2 +- include/wx/xrc/xmlres.h | 2 +- 48 files changed, 75 insertions(+), 63 deletions(-) diff --git a/include/wx/xrc/xh_bmp.h b/include/wx/xrc/xh_bmp.h index 10479bed2e..70b22eee29 100644 --- a/include/wx/xrc/xh_bmp.h +++ b/include/wx/xrc/xh_bmp.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: xh_bmp.h +// Name: wx/xrc/xh_bmp.h // Purpose: XML resource handler for wxBitmap and wxIcon // Author: Vaclav Slavik // Created: 2000/09/00 diff --git a/include/wx/xrc/xh_bmpbt.h b/include/wx/xrc/xh_bmpbt.h index bb52c9eb8a..c44c9ea571 100644 --- a/include/wx/xrc/xh_bmpbt.h +++ b/include/wx/xrc/xh_bmpbt.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: xh_bmpbt.h +// Name: wx/xrc/xh_bmpbt.h // Purpose: XML resource handler for bitmap buttons // Author: Brian Gavin // Created: 2000/03/05 @@ -11,10 +11,11 @@ #ifndef _WX_XH_BMPBT_H_ #define _WX_XH_BMPBT_H_ -#include "wx/xrc/xmlres.h" +#include "wx/defs.h" #if wxUSE_XRC +#include "wx/xrc/xmlres.h" class WXDLLIMPEXP_XRC wxBitmapButtonXmlHandler : public wxXmlResourceHandler { diff --git a/include/wx/xrc/xh_bttn.h b/include/wx/xrc/xh_bttn.h index 816692c02b..93eb21258a 100644 --- a/include/wx/xrc/xh_bttn.h +++ b/include/wx/xrc/xh_bttn.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: xh_bttn.h +// Name: wx/xrc/xh_bttn.h // Purpose: XML resource handler for buttons // Author: Vaclav Slavik // Created: 2000/03/05 diff --git a/include/wx/xrc/xh_cald.h b/include/wx/xrc/xh_cald.h index 140be122d4..d508d0bc42 100644 --- a/include/wx/xrc/xh_cald.h +++ b/include/wx/xrc/xh_cald.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: xh_cald.h +// Name: wx/xrc/xh_cald.h // Purpose: XML resource handler for wxCalendarCtrl // Author: Brian Gavin // Created: 2000/09/09 @@ -11,6 +11,10 @@ #ifndef _WX_XH_CALD_H_ #define _WX_XH_CALD_H_ +#include "wx/defs.h" + +#if wxUSE_XRC && wxUSE_CALENDARCTRL + #include "wx/xrc/xmlres.h" class WXDLLIMPEXP_XRC wxCalendarCtrlXmlHandler : public wxXmlResourceHandler @@ -22,5 +26,6 @@ public: virtual bool CanHandle(wxXmlNode *node); }; +#endif // wxUSE_XRC && wxUSE_CALENDARCTRL #endif // _WX_XH_CALD_H_ diff --git a/include/wx/xrc/xh_chckb.h b/include/wx/xrc/xh_chckb.h index 400cc7dd07..03b4e7f954 100644 --- a/include/wx/xrc/xh_chckb.h +++ b/include/wx/xrc/xh_chckb.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: xh_chckb.h +// Name: wx/xrc/xh_chckb.h // Purpose: XML resource handler for wxCheckBox // Author: Bob Mitchell // Created: 2000/03/21 @@ -11,10 +11,11 @@ #ifndef _WX_XH_CHCKB_H_ #define _WX_XH_CHCKB_H_ -#include "wx/xrc/xmlres.h" #include "wx/defs.h" -#if wxUSE_CHECKBOX +#if wxUSE_XRC && wxUSE_CHECKBOX + +#include "wx/xrc/xmlres.h" class WXDLLIMPEXP_XRC wxCheckBoxXmlHandler : public wxXmlResourceHandler { @@ -25,8 +26,7 @@ public: virtual bool CanHandle(wxXmlNode *node); }; -#endif - +#endif // wxUSE_XRC && wxUSE_CHECKBOX #endif // _WX_XH_CHECKBOX_H_ diff --git a/include/wx/xrc/xh_chckl.h b/include/wx/xrc/xh_chckl.h index 5396bd0159..20747587f3 100644 --- a/include/wx/xrc/xh_chckl.h +++ b/include/wx/xrc/xh_chckl.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: xh_chckl.h +// Name: wx/xrc/xh_chckl.h // Purpose: XML resource handler for wxCheckListBox // Author: Bob Mitchell // Created: 2000/03/21 @@ -11,9 +11,11 @@ #ifndef _WX_XH_CHCKL_H_ #define _WX_XH_CHCKL_H_ -#include "wx/xrc/xmlres.h" +#include "wx/defs.h" + +#if wxUSE_XRC && wxUSE_CHECKLISTBOX -#if wxUSE_CHECKLISTBOX +#include "wx/xrc/xmlres.h" class WXDLLIMPEXP_XRC wxCheckListBoxXmlHandler : public wxXmlResourceHandler { @@ -27,6 +29,6 @@ private: wxArrayString strList; }; -#endif +#endif // wxUSE_XRC && wxUSE_CHECKLISTBOX #endif // _WX_XH_CHECKLIST_H_ diff --git a/include/wx/xrc/xh_choic.h b/include/wx/xrc/xh_choic.h index 40de8ea130..1fb1fddc1a 100644 --- a/include/wx/xrc/xh_choic.h +++ b/include/wx/xrc/xh_choic.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: xh_choic.h +// Name: wx/xrc/xh_choic.h // Purpose: XML resource handler for wxChoice // Author: Bob Mitchell // Created: 2000/03/21 @@ -11,6 +11,10 @@ #ifndef _WX_XH_CHOIC_H_ #define _WX_XH_CHOIC_H_ +#include "wx/defs.h" + +#if wxUSE_XRC && wxUSE_CHOICE + #include "wx/xrc/xmlres.h" class WXDLLIMPEXP_XRC wxChoiceXmlHandler : public wxXmlResourceHandler @@ -25,5 +29,6 @@ private: wxArrayString strList; }; +#endif // wxUSE_XRC && wxUSE_CHOICE #endif // _WX_XH_CHOIC_H_ diff --git a/include/wx/xrc/xh_choicbk.h b/include/wx/xrc/xh_choicbk.h index 0b156838c3..fd6bfb03c5 100644 --- a/include/wx/xrc/xh_choicbk.h +++ b/include/wx/xrc/xh_choicbk.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: xh_choicbk.h +// Name: wx/xrc/xh_choicbk.h // Purpose: XML resource handler for wxChoicebook // Author: Vaclav Slavik // Copyright: (c) 2000 Vaclav Slavik @@ -9,9 +9,11 @@ #ifndef _WX_XH_CHOICEBK_H_ #define _WX_XH_CHOICEBK_H_ -#include "wx/xrc/xmlres.h" +#include "wx/defs.h" + +#if wxUSE_XRC && wxUSE_CHOICEBOOK -#if wxUSE_CHOICEBOOK +#include "wx/xrc/xmlres.h" class WXDLLEXPORT wxChoicebook; @@ -28,6 +30,6 @@ private: wxChoicebook *m_choicebook; }; -#endif +#endif // wxUSE_XRC && wxUSE_CHOICEBOOK #endif // _WX_XH_CHOICEBK_H_ diff --git a/include/wx/xrc/xh_clrpicker.h b/include/wx/xrc/xh_clrpicker.h index c41fe4a3bb..fb364c41a8 100644 --- a/include/wx/xrc/xh_clrpicker.h +++ b/include/wx/xrc/xh_clrpicker.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: xh_clrpicker.cpp +// Name: wx/xrc/xh_clrpicker.cpp // Purpose: XML resource handler for wxColourPickerCtrl // Author: Francesco Montorsi // Created: 2006-04-17 diff --git a/include/wx/xrc/xh_combo.h b/include/wx/xrc/xh_combo.h index 7d952d128c..bd47f22d34 100644 --- a/include/wx/xrc/xh_combo.h +++ b/include/wx/xrc/xh_combo.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: xh_combo.h +// Name: wx/xrc/xh_combo.h // Purpose: XML resource handler for wxComboBox // Author: Bob Mitchell // Created: 2000/03/21 diff --git a/include/wx/xrc/xh_datectrl.h b/include/wx/xrc/xh_datectrl.h index fdb2a2c11b..336f3ec93e 100644 --- a/include/wx/xrc/xh_datectrl.h +++ b/include/wx/xrc/xh_datectrl.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: xh_datectrl.h +// Name: wx/xrc/xh_datectrl.h // Purpose: XML resource handler for wxDatePickerCtrl // Author: Vaclav Slavik // Created: 2005-02-07 diff --git a/include/wx/xrc/xh_dirpicker.h b/include/wx/xrc/xh_dirpicker.h index 65f52ff2b9..dd8a49bcf3 100644 --- a/include/wx/xrc/xh_dirpicker.h +++ b/include/wx/xrc/xh_dirpicker.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: xh_clrpicker.cpp +// Name: wx/xrc/xh_clrpicker.cpp // Purpose: XML resource handler for wxColourPickerCtrl // Author: Francesco Montorsi // Created: 2006-04-17 diff --git a/include/wx/xrc/xh_dlg.h b/include/wx/xrc/xh_dlg.h index 7eefe275e5..014db51a8d 100644 --- a/include/wx/xrc/xh_dlg.h +++ b/include/wx/xrc/xh_dlg.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: xh_dlg.h +// Name: wx/xrc/xh_dlg.h // Purpose: XML resource handler for dialogs // Author: Vaclav Slavik // Created: 2000/03/05 diff --git a/include/wx/xrc/xh_filepicker.h b/include/wx/xrc/xh_filepicker.h index cd5e77293a..47673b0734 100644 --- a/include/wx/xrc/xh_filepicker.h +++ b/include/wx/xrc/xh_filepicker.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: xh_clrpicker.cpp +// Name: wx/xrc/xh_clrpicker.cpp // Purpose: XML resource handler for wxColourPickerCtrl // Author: Francesco Montorsi // Created: 2006-04-17 diff --git a/include/wx/xrc/xh_fontpicker.h b/include/wx/xrc/xh_fontpicker.h index a6d165971f..7ea0c9bb4b 100644 --- a/include/wx/xrc/xh_fontpicker.h +++ b/include/wx/xrc/xh_fontpicker.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: xh_clrpicker.cpp +// Name: wx/xrc/xh_clrpicker.cpp // Purpose: XML resource handler for wxColourPickerCtrl // Author: Francesco Montorsi // Created: 2006-04-17 diff --git a/include/wx/xrc/xh_frame.h b/include/wx/xrc/xh_frame.h index 435506a619..bd04eb92f4 100644 --- a/include/wx/xrc/xh_frame.h +++ b/include/wx/xrc/xh_frame.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: xh_frame.h +// Name: wx/xrc/xh_frame.h // Purpose: XML resource handler for dialogs // Author: Vaclav Slavik & Aleks. // Created: 2000/03/05 diff --git a/include/wx/xrc/xh_gauge.h b/include/wx/xrc/xh_gauge.h index d7e00c14c7..d3df783ac1 100644 --- a/include/wx/xrc/xh_gauge.h +++ b/include/wx/xrc/xh_gauge.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: xh_gauge.h +// Name: wx/xrc/xh_gauge.h // Purpose: XML resource handler for wxGauge // Author: Bob Mitchell // Created: 2000/03/21 diff --git a/include/wx/xrc/xh_gdctl.h b/include/wx/xrc/xh_gdctl.h index a1bae52854..9fae7b3dca 100644 --- a/include/wx/xrc/xh_gdctl.h +++ b/include/wx/xrc/xh_gdctl.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: xh_gdctl.h +// Name: wx/xrc/xh_gdctl.h // Purpose: XML resource handler for wxGenericDirCtrl // Author: Markus Greither // Created: 2002/01/20 diff --git a/include/wx/xrc/xh_grid.h b/include/wx/xrc/xh_grid.h index 13e81be8f9..ca4d4e14c7 100644 --- a/include/wx/xrc/xh_grid.h +++ b/include/wx/xrc/xh_grid.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: wx/xh_grid.h +// Name: wx/xrc/xh_grid.h // Purpose: XML resource handler for the grid control // Author: Agron Selimaj // Created: 2005/08/11 diff --git a/include/wx/xrc/xh_html.h b/include/wx/xrc/xh_html.h index 79776a16da..5879d3c76c 100644 --- a/include/wx/xrc/xh_html.h +++ b/include/wx/xrc/xh_html.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: xh_html.h +// Name: wx/xrc/xh_html.h // Purpose: XML resource handler for wxHtmlWindow // Author: Bob Mitchell // Created: 2000/03/21 diff --git a/include/wx/xrc/xh_listb.h b/include/wx/xrc/xh_listb.h index 3577ca6e4b..3b366967dd 100644 --- a/include/wx/xrc/xh_listb.h +++ b/include/wx/xrc/xh_listb.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: xh_listb.h +// Name: wx/xrc/xh_listb.h // Purpose: XML resource handler for wxListbox // Author: Bob Mitchell & Vaclav Slavik // Created: 2000/07/29 diff --git a/include/wx/xrc/xh_listbk.h b/include/wx/xrc/xh_listbk.h index 606903e27d..c9207ed458 100644 --- a/include/wx/xrc/xh_listbk.h +++ b/include/wx/xrc/xh_listbk.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: xh_listbk.h +// Name: wx/xrc/xh_listbk.h // Purpose: XML resource handler for wxListbook // Author: Vaclav Slavik // Copyright: (c) 2000 Vaclav Slavik diff --git a/include/wx/xrc/xh_listc.h b/include/wx/xrc/xh_listc.h index 9868bc32bd..a4028ec723 100644 --- a/include/wx/xrc/xh_listc.h +++ b/include/wx/xrc/xh_listc.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: xh_listc.h +// Name: wx/xrc/xh_listc.h // Purpose: XML resource handler for wxCalendarCtrl // Author: Brian Gavin // Created: 2000/09/09 diff --git a/include/wx/xrc/xh_mdi.h b/include/wx/xrc/xh_mdi.h index 69327ca5e7..3ee7fbe973 100644 --- a/include/wx/xrc/xh_mdi.h +++ b/include/wx/xrc/xh_mdi.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: xh_mdi.h +// Name: wx/xrc/xh_mdi.h // Purpose: XML resource handler for dialogs // Author: David M. Falkinder & Vaclav Slavik // Created: 14/02/2005 diff --git a/include/wx/xrc/xh_menu.h b/include/wx/xrc/xh_menu.h index fe116e8f71..6766a2c29a 100644 --- a/include/wx/xrc/xh_menu.h +++ b/include/wx/xrc/xh_menu.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: xh_menu.h +// Name: wx/xrc/xh_menu.h // Purpose: XML resource handler for menus/menubars // Author: Vaclav Slavik // Created: 2000/03/05 diff --git a/include/wx/xrc/xh_notbk.h b/include/wx/xrc/xh_notbk.h index ea3cdb757c..2f547b07f4 100644 --- a/include/wx/xrc/xh_notbk.h +++ b/include/wx/xrc/xh_notbk.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: xh_notbk.h +// Name: wx/xrc/xh_notbk.h // Purpose: XML resource handler for wxNotebook // Author: Vaclav Slavik // RCS-ID: $Id$ diff --git a/include/wx/xrc/xh_panel.h b/include/wx/xrc/xh_panel.h index b782b381e3..da7f213206 100644 --- a/include/wx/xrc/xh_panel.h +++ b/include/wx/xrc/xh_panel.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: xh_panel.h +// Name: wx/xrc/xh_panel.h // Purpose: XML resource handler for panels // Author: Vaclav Slavik // Created: 2000/03/05 diff --git a/include/wx/xrc/xh_radbt.h b/include/wx/xrc/xh_radbt.h index 9d690c4e3b..59a9c9239e 100644 --- a/include/wx/xrc/xh_radbt.h +++ b/include/wx/xrc/xh_radbt.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: xh_radbt.h +// Name: wx/xrc/xh_radbt.h // Purpose: XML resource handler for radio buttons // Author: Bob Mitchell // Created: 2000/03/21 diff --git a/include/wx/xrc/xh_radbx.h b/include/wx/xrc/xh_radbx.h index a61ea262ad..508883350d 100644 --- a/include/wx/xrc/xh_radbx.h +++ b/include/wx/xrc/xh_radbx.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: xh_radbx.h +// Name: wx/xrc/xh_radbx.h // Purpose: XML resource handler for radio box // Author: Bob Mitchell // Created: 2000/03/21 @@ -31,7 +31,7 @@ private: // the items tooltips wxArrayString tooltips; - // the item help text + // the item help text wxArrayString helptexts; wxArrayInt helptextSpecified; }; diff --git a/include/wx/xrc/xh_scrol.h b/include/wx/xrc/xh_scrol.h index 9be28caa33..bc3f8a1c8f 100644 --- a/include/wx/xrc/xh_scrol.h +++ b/include/wx/xrc/xh_scrol.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: xh_scrol.h +// Name: wx/xrc/xh_scrol.h // Purpose: XML resource handler for wxScrollBar // Author: Brian Gavin // Created: 2000/09/09 diff --git a/include/wx/xrc/xh_scwin.h b/include/wx/xrc/xh_scwin.h index c540059b62..c30c082166 100644 --- a/include/wx/xrc/xh_scwin.h +++ b/include/wx/xrc/xh_scwin.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: xh_scwin.h +// Name: wx/xrc/xh_scwin.h // Purpose: XML resource handler for wxScrolledWindow // Author: Vaclav Slavik // Created: 2002/10/18 diff --git a/include/wx/xrc/xh_sizer.h b/include/wx/xrc/xh_sizer.h index 620a0a2c6b..c960d36383 100644 --- a/include/wx/xrc/xh_sizer.h +++ b/include/wx/xrc/xh_sizer.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: xh_sizer.h +// Name: wx/xrc/xh_sizer.h // Purpose: XML resource handler for wxBoxSizer // Author: Vaclav Slavik // Created: 2000/04/24 diff --git a/include/wx/xrc/xh_slidr.h b/include/wx/xrc/xh_slidr.h index ab62a95ca4..fef7cb8066 100644 --- a/include/wx/xrc/xh_slidr.h +++ b/include/wx/xrc/xh_slidr.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: xh_slidr.h +// Name: wx/xrc/xh_slidr.h // Purpose: XML resource handler for wxSlider // Author: Bob Mitchell // Created: 2000/03/21 diff --git a/include/wx/xrc/xh_spin.h b/include/wx/xrc/xh_spin.h index 641e1b9eaf..f48065f039 100644 --- a/include/wx/xrc/xh_spin.h +++ b/include/wx/xrc/xh_spin.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: xh_spin.h +// Name: wx/xrc/xh_spin.h // Purpose: XML resource handler for wxSpinButton // Author: Bob Mitchell // Created: 2000/03/21 diff --git a/include/wx/xrc/xh_split.h b/include/wx/xrc/xh_split.h index 17833eaeb8..8068151380 100644 --- a/include/wx/xrc/xh_split.h +++ b/include/wx/xrc/xh_split.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: xh_split.h +// Name: wx/xrc/xh_split.h // Purpose: XRC resource for wxSplitterWindow // Author: panga@freemail.hu, Vaclav Slavik // Created: 2003/01/26 diff --git a/include/wx/xrc/xh_statbar.h b/include/wx/xrc/xh_statbar.h index dfbd2526fa..9bd2c7d278 100644 --- a/include/wx/xrc/xh_statbar.h +++ b/include/wx/xrc/xh_statbar.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: xh_statbar.h +// Name: wx/xrc/xh_statbar.h // Purpose: XML resource handler for wxStatusBar // Author: Brian Ravnsgaard Riis // Created: 2004/01/21 @@ -23,4 +23,3 @@ DECLARE_DYNAMIC_CLASS(wxStatusBarXmlHandler) }; #endif // _WX_XH_STATBAR_H_ - diff --git a/include/wx/xrc/xh_stbmp.h b/include/wx/xrc/xh_stbmp.h index ffb2c10197..a7184540eb 100644 --- a/include/wx/xrc/xh_stbmp.h +++ b/include/wx/xrc/xh_stbmp.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: xh_stbmp.h +// Name: wx/xrc/xh_stbmp.h // Purpose: XML resource handler for wxStaticBitmap // Author: Vaclav Slavik // Created: 2000/04/22 diff --git a/include/wx/xrc/xh_stbox.h b/include/wx/xrc/xh_stbox.h index d5ba20e44a..229f67a568 100644 --- a/include/wx/xrc/xh_stbox.h +++ b/include/wx/xrc/xh_stbox.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: xh_stbox.h +// Name: wx/xrc/xh_stbox.h // Purpose: XML resource handler for wxStaticBox // Author: Brian Gavin // Created: 2000/09/00 diff --git a/include/wx/xrc/xh_stlin.h b/include/wx/xrc/xh_stlin.h index fdfee97b66..f6b38196ff 100644 --- a/include/wx/xrc/xh_stlin.h +++ b/include/wx/xrc/xh_stlin.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: xh_stlin.h +// Name: wx/xrc/xh_stlin.h // Purpose: XML resource handler for wxStaticLine // Author: Vaclav Slavik // Created: 2000/09/00 diff --git a/include/wx/xrc/xh_sttxt.h b/include/wx/xrc/xh_sttxt.h index 20df29bb6b..672706df22 100644 --- a/include/wx/xrc/xh_sttxt.h +++ b/include/wx/xrc/xh_sttxt.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: xh_sttxt.h +// Name: wx/xrc/xh_sttxt.h // Purpose: XML resource handler for wxStaticBitmap // Author: Bob Mitchell // Created: 2000/03/21 diff --git a/include/wx/xrc/xh_text.h b/include/wx/xrc/xh_text.h index c8f3af26ca..f755b2ea5f 100644 --- a/include/wx/xrc/xh_text.h +++ b/include/wx/xrc/xh_text.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: xh_text.h +// Name: wx/xrc/xh_text.h // Purpose: XML resource handler for wxTextCtrl // Author: Aleksandras Gluchovas // Created: 2000/03/21 diff --git a/include/wx/xrc/xh_tglbtn.h b/include/wx/xrc/xh_tglbtn.h index 6df2b4a325..af4e2668dc 100644 --- a/include/wx/xrc/xh_tglbtn.h +++ b/include/wx/xrc/xh_tglbtn.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: xh_tglbtn.h +// Name: wx/xrc/xh_tglbtn.h // Purpose: XML resource handler for wxToggleButton // Author: Julian Smart // Created: 2004-08-30 @@ -29,4 +29,3 @@ public: #endif // _WX_XH_TGLBTN_H_ - diff --git a/include/wx/xrc/xh_toolb.h b/include/wx/xrc/xh_toolb.h index 65b2122e19..4afaef27a8 100644 --- a/include/wx/xrc/xh_toolb.h +++ b/include/wx/xrc/xh_toolb.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: xh_toolb.h +// Name: wx/xrc/xh_toolb.h // Purpose: XML resource handler for wxBoxSizer // Author: Vaclav Slavik // Created: 2000/08/11 diff --git a/include/wx/xrc/xh_tree.h b/include/wx/xrc/xh_tree.h index 59f924dd87..03c98df832 100644 --- a/include/wx/xrc/xh_tree.h +++ b/include/wx/xrc/xh_tree.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: xh_tree.h +// Name: wx/xrc/xh_tree.h // Purpose: XML resource handler for wxTreeCtrl // Author: Brian Gavin // Created: 2000/09/09 diff --git a/include/wx/xrc/xh_treebk.h b/include/wx/xrc/xh_treebk.h index 87880005e9..9082c5eb49 100644 --- a/include/wx/xrc/xh_treebk.h +++ b/include/wx/xrc/xh_treebk.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: xh_treebk.h +// Name: wx/xrc/xh_treebk.h // Purpose: XML resource handler for wxTreebook // Author: Evgeniy Tarassov // Created: 2005/09/28 @@ -81,4 +81,3 @@ private: #endif // wxUSE_TREEBOOK #endif // _WX_XH_TREEBK_H_ - diff --git a/include/wx/xrc/xh_unkwn.h b/include/wx/xrc/xh_unkwn.h index 6ec0b9912a..7573119386 100644 --- a/include/wx/xrc/xh_unkwn.h +++ b/include/wx/xrc/xh_unkwn.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: xh_unkwn.h +// Name: wx/xrc/xh_unkwn.h // Purpose: XML resource handler for unkown widget // Author: Vaclav Slavik // Created: 2000/03/05 diff --git a/include/wx/xrc/xh_wizrd.h b/include/wx/xrc/xh_wizrd.h index 198a48c6d7..b16053f2e6 100644 --- a/include/wx/xrc/xh_wizrd.h +++ b/include/wx/xrc/xh_wizrd.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: xh_wizrd.h +// Name: wx/xrc/xh_wizrd.h // Purpose: XML resource handler for wxWizard // Author: Vaclav Slavik // Created: 2003/03/02 diff --git a/include/wx/xrc/xmlres.h b/include/wx/xrc/xmlres.h index 8699dd5d33..a7ac1bdcd8 100644 --- a/include/wx/xrc/xmlres.h +++ b/include/wx/xrc/xmlres.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: xmlres.h +// Name: wx/xrc/xmlres.h // Purpose: XML resources // Author: Vaclav Slavik // Created: 2000/03/05 -- 2.45.2