Tidied up some file headers and fixed tooltip status accessors.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@75106 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2013-10-30 16:23:56 +00:00
parent 0937367a5d
commit 861c549906
21 changed files with 30 additions and 39 deletions

View File

@@ -1,12 +1,12 @@
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
// Name: wx/richtext/richtextbackgroundpage.h // Name: wx/richtext/richtextbackgroundpage.h
// Purpose: // Purpose: Declares the rich text formatting dialog background
// properties page.
// Author: Julian Smart // Author: Julian Smart
// Modified by: // Modified by:
// Created: 13/11/2010 11:17:25 // Created: 13/11/2010 11:17:25
// RCS-ID:
// Copyright: (c) Julian Smart // Copyright: (c) Julian Smart
// Licence: // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifndef _RICHTEXTBACKGROUNDPAGE_H_ #ifndef _RICHTEXTBACKGROUNDPAGE_H_

View File

@@ -4,9 +4,8 @@
// Author: Julian Smart // Author: Julian Smart
// Modified by: // Modified by:
// Created: 21/10/2010 11:34:24 // Created: 21/10/2010 11:34:24
// RCS-ID:
// Copyright: (c) Julian Smart // Copyright: (c) Julian Smart
// Licence: // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifndef _RICHTEXTBORDERSPAGE_H_ #ifndef _RICHTEXTBORDERSPAGE_H_

View File

@@ -1,6 +1,6 @@
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
// Name: wx/richtext/richtextbulletspage.h // Name: wx/richtext/richtextbulletspage.h
// Purpose: // Purpose: Declares the rich text formatting dialog bullets page.
// Author: Julian Smart // Author: Julian Smart
// Modified by: // Modified by:
// Created: 10/4/2006 10:32:31 AM // Created: 10/4/2006 10:32:31 AM

View File

@@ -1,10 +1,9 @@
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
// Name: wx/richtext/richtextimagedlg.h // Name: wx/richtext/richtextimagedlg.h
// Purpose: // Purpose: A dialog for editing image properties.
// Author: Mingquan Yang // Author: Mingquan Yang
// Modified by: Julian Smart // Modified by: Julian Smart
// Created: Wed 02 Jun 2010 11:27:23 CST // Created: Wed 02 Jun 2010 11:27:23 CST
// RCS-ID:
// Copyright: (c) Mingquan Yang, Julian Smart // Copyright: (c) Mingquan Yang, Julian Smart
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////

View File

@@ -1,6 +1,6 @@
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
// Name: wx/richtext/richtextindentspage.h // Name: wx/richtext/richtextindentspage.h
// Purpose: // Purpose: Declares the rich text formatting dialog indent page.
// Author: Julian Smart // Author: Julian Smart
// Modified by: // Modified by:
// Created: 10/3/2006 2:28:21 PM // Created: 10/3/2006 2:28:21 PM

View File

@@ -1,6 +1,6 @@
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
// Name: wx/richtext/richtextliststylepage.h // Name: wx/richtext/richtextliststylepage.h
// Purpose: // Purpose: Declares the rich text formatting dialog list style page.
// Author: Julian Smart // Author: Julian Smart
// Modified by: // Modified by:
// Created: 10/18/2006 11:36:37 AM // Created: 10/18/2006 11:36:37 AM

View File

@@ -1,18 +1,16 @@
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
// Name: wx/richtext/richtextmarginspage.h // Name: wx/richtext/richtextmarginspage.h
// Purpose: // Purpose: Declares the rich text formatting dialog margins page.
// Author: Julian Smart // Author: Julian Smart
// Modified by: // Modified by:
// Created: 20/10/2010 10:27:34 // Created: 20/10/2010 10:27:34
// RCS-ID:
// Copyright: (c) Julian Smart // Copyright: (c) Julian Smart
// Licence: // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifndef _RICHTEXTMARGINSPAGE_H_ #ifndef _RICHTEXTMARGINSPAGE_H_
#define _RICHTEXTMARGINSPAGE_H_ #define _RICHTEXTMARGINSPAGE_H_
/*! /*!
* Includes * Includes
*/ */

View File

@@ -1,12 +1,11 @@
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
// Name: wx/richtext/richtextsizepage.h // Name: wx/richtext/richtextsizepage.h
// Purpose: // Purpose: Declares the rich text formatting dialog size page.
// Author: Julian Smart // Author: Julian Smart
// Modified by: // Modified by:
// Created: 20/10/2010 10:23:24 // Created: 20/10/2010 10:23:24
// RCS-ID:
// Copyright: (c) Julian Smart // Copyright: (c) Julian Smart
// Licence: // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifndef _RICHTEXTSIZEPAGE_H_ #ifndef _RICHTEXTSIZEPAGE_H_

View File

@@ -1,6 +1,6 @@
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
// Name: wx/richtext/richtextstyledlg.h // Name: wx/richtext/richtextstyledlg.h
// Purpose: // Purpose: Declares the rich text style editor dialog.
// Author: Julian Smart // Author: Julian Smart
// Modified by: // Modified by:
// Created: 10/5/2006 12:05:31 PM // Created: 10/5/2006 12:05:31 PM

View File

@@ -1,6 +1,6 @@
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
// Name: wx/richtext/richtextstylepage.h // Name: wx/richtext/richtextstylepage.h
// Purpose: // Purpose: Declares the rich text formatting dialog style page.
// Author: Julian Smart // Author: Julian Smart
// Modified by: // Modified by:
// Created: 10/5/2006 11:34:55 AM // Created: 10/5/2006 11:34:55 AM

View File

@@ -1,6 +1,6 @@
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
// Name: wx/richtext/richtextsymboldlg.h // Name: wx/richtext/richtextsymboldlg.h
// Purpose: // Purpose: Declares the symbol picker dialog.
// Author: Julian Smart // Author: Julian Smart
// Modified by: // Modified by:
// Created: 10/5/2006 3:11:58 PM // Created: 10/5/2006 3:11:58 PM

View File

@@ -1,6 +1,6 @@
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
// Name: wx/richtext/richtexttabspage.h // Name: wx/richtext/richtexttabspage.h
// Purpose: // Purpose: Declares the rich text formatting dialog tabs page.
// Author: Julian Smart // Author: Julian Smart
// Modified by: // Modified by:
// Created: 10/4/2006 8:03:20 AM // Created: 10/4/2006 8:03:20 AM

View File

@@ -1,10 +1,10 @@
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
// Name: src/richtext/richtextbackgroundpage.cpp // Name: src/richtext/richtextbackgroundpage.cpp
// Purpose: // Purpose: Implements the rich text formatting dialog background
// properties page.
// Author: Julian Smart // Author: Julian Smart
// Modified by: // Modified by:
// Created: 13/11/2010 11:17:25 // Created: 13/11/2010 11:17:25
// RCS-ID:
// Copyright: (c) Julian Smart // Copyright: (c) Julian Smart
// Licence: wxWindows Licence // Licence: wxWindows Licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
@@ -195,7 +195,7 @@ void wxRichTextBackgroundPage::OnColourSwatch(wxCommandEvent& event)
bool wxRichTextBackgroundPage::ShowToolTips() bool wxRichTextBackgroundPage::ShowToolTips()
{ {
return true; return wxRichTextFormattingDialog::ShowToolTips();
} }
/*! /*!

View File

@@ -4,7 +4,6 @@
// Author: Julian Smart // Author: Julian Smart
// Modified by: // Modified by:
// Created: 21/10/2010 11:34:24 // Created: 21/10/2010 11:34:24
// RCS-ID:
// Copyright: (c) Julian Smart // Copyright: (c) Julian Smart
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////

View File

@@ -1,6 +1,6 @@
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
// Name: src/richtext/richtextbulletspage.cpp // Name: src/richtext/richtextbulletspage.cpp
// Purpose: // Purpose: Implements the rich text formatting dialog bullets page.
// Author: Julian Smart // Author: Julian Smart
// Modified by: // Modified by:
// Created: 10/4/2006 10:32:31 AM // Created: 10/4/2006 10:32:31 AM

View File

@@ -1,6 +1,6 @@
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
// Name: src/richtext/richtextindentspage.cpp // Name: src/richtext/richtextindentspage.cpp
// Purpose: // Purpose: Implements the rich text formatting dialog indents page.
// Author: Julian Smart // Author: Julian Smart
// Modified by: // Modified by:
// Created: 10/3/2006 2:28:21 PM // Created: 10/3/2006 2:28:21 PM

View File

@@ -1,6 +1,6 @@
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
// Name: src/richtext/richtextliststylepage.cpp // Name: src/richtext/richtextliststylepage.cpp
// Purpose: // Purpose: Implements the rich text formatting dialog list style page.
// Author: Julian Smart // Author: Julian Smart
// Modified by: // Modified by:
// Created: 10/18/2006 11:36:37 AM // Created: 10/18/2006 11:36:37 AM

View File

@@ -1,12 +1,11 @@
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
// Name: src/richtext/richtextmarginspage.cpp // Name: src/richtext/richtextmarginspage.cpp
// Purpose: // Purpose: Implements the rich text formatting dialog margins page.
// Author: Julian Smart // Author: Julian Smart
// Modified by: // Modified by:
// Created: 20/10/2010 10:27:34 // Created: 20/10/2010 10:27:34
// RCS-ID:
// Copyright: (c) Julian Smart // Copyright: (c) Julian Smart
// Licence: // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#include "wx/richtext/richtextmarginspage.h" #include "wx/richtext/richtextmarginspage.h"
@@ -408,7 +407,7 @@ wxRichTextAttr* wxRichTextMarginsPage::GetAttributes()
bool wxRichTextMarginsPage::ShowToolTips() bool wxRichTextMarginsPage::ShowToolTips()
{ {
return true; return wxRichTextFormattingDialog::ShowToolTips();
} }
bool wxRichTextMarginsPage::TransferDataToWindow() bool wxRichTextMarginsPage::TransferDataToWindow()

View File

@@ -1,12 +1,11 @@
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
// Name: src/richtext/richtextsizepage.cpp // Name: src/richtext/richtextsizepage.cpp
// Purpose: // Purpose: Implements the rich text formatting dialog size page.
// Author: Julian Smart // Author: Julian Smart
// Modified by: // Modified by:
// Created: 20/10/2010 10:23:24 // Created: 20/10/2010 10:23:24
// RCS-ID:
// Copyright: (c) Julian Smart // Copyright: (c) Julian Smart
// Licence: // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#include "wx/richtext/richtextsizepage.h" #include "wx/richtext/richtextsizepage.h"
@@ -14,7 +13,6 @@
////@begin XPM images ////@begin XPM images
////@end XPM images ////@end XPM images
/*! /*!
* wxRichTextSizePage type definition * wxRichTextSizePage type definition
*/ */
@@ -756,7 +754,7 @@ wxRichTextAttr* wxRichTextSizePage::GetAttributes()
bool wxRichTextSizePage::ShowToolTips() bool wxRichTextSizePage::ShowToolTips()
{ {
return true; return wxRichTextFormattingDialog::ShowToolTips();
} }
bool wxRichTextSizePage::TransferDataToWindow() bool wxRichTextSizePage::TransferDataToWindow()

View File

@@ -1,6 +1,6 @@
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
// Name: src/richtext/richtextstylepage.cpp // Name: src/richtext/richtextstylepage.cpp
// Purpose: // Purpose: Implements the rich text formatting dialog style name tab.
// Author: Julian Smart // Author: Julian Smart
// Modified by: // Modified by:
// Created: 10/5/2006 11:34:55 AM // Created: 10/5/2006 11:34:55 AM

View File

@@ -1,6 +1,6 @@
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
// Name: src/richtext/richtexttabspage.cpp // Name: src/richtext/richtexttabspage.cpp
// Purpose: // Purpose: Implements the rich text formatting dialog tabs page.
// Author: Julian Smart // Author: Julian Smart
// Modified by: // Modified by:
// Created: 10/4/2006 8:03:20 AM // Created: 10/4/2006 8:03:20 AM