adjusted indentation with astyle; added Id keyword

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52383 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2008-03-08 14:43:31 +00:00
parent aa6ec1d787
commit 7c913512a4
269 changed files with 9052 additions and 9058 deletions

View File

@@ -44,9 +44,7 @@ class wxAboutDialogInfo
public: public:
/** /**
Default constructor leaves all fields are initially uninitialized, in general Default constructor leaves all fields are initially uninitialized, in general
you should call at least SetVersion(), you should call at least SetVersion(), SetCopyright() and SetDescription().
SetCopyright() and
SetDescription().
*/ */
wxAboutDialogInfo(); wxAboutDialogInfo();
@@ -73,10 +71,10 @@ public:
/** /**
Adds a translator name to be shown in the program credits. Notice that if no Adds a translator name to be shown in the program credits. Notice that if no
translator names are specified explicitely, wxAboutBox translator names are specified explicitely, wxAboutBox will try to use the
will try to use the translation of the string @c translator-credits from translation of the string @c translator-credits from the currently used message
the currently used message catalog -- this can be used to show just the name of catalog -- this can be used to show just the name of the translator of the
the translator of the program in the current language. program in the current language.
@sa SetTranslators() @sa SetTranslators()
*/ */
@@ -90,8 +88,8 @@ public:
void SetArtists(const wxArrayString& artists); void SetArtists(const wxArrayString& artists);
/** /**
Set the short string containing the program copyright information. Notice that Set the short string containing the program copyright information. Notice
any occurrences of @c "(C)" in @e copyright will be replaced by the that any occurrences of @c "(C)" in @e copyright will be replaced by the
copyright symbol (circled C) automatically, which means that you can avoid copyright symbol (circled C) automatically, which means that you can avoid
using this symbol in the program source code which can be problematic, using this symbol in the program source code which can be problematic,
*/ */
@@ -148,16 +146,14 @@ public:
void SetName(const wxString& name); void SetName(const wxString& name);
/** /**
Set the list of translators. Please see Set the list of translators. Please see AddTranslator() for additional
AddTranslator() for additional
discussion. discussion.
*/ */
void SetTranslators(const wxArrayString& translators); void SetTranslators(const wxArrayString& translators);
/** /**
Set the version of the program. The version is in free format, i.e. not Set the version of the program. The version is in free format, i.e. not
necessarily in the @c x.y.z form but it shouldn't contain the "version" necessarily in the @c x.y.z form but it shouldn't contain the "version" word.
word.
*/ */
void SetVersion(const wxString& version); void SetVersion(const wxString& version);
@@ -214,8 +210,7 @@ void wxAboutBox(const wxAboutDialogInfo& info);
supported). supported).
See the @ref overview_sampledialogs "dialogs sample" for an example of about See the @ref overview_sampledialogs "dialogs sample" for an example of about
dialog dialog customization.
customization.
@sa wxAboutDialogInfo @sa wxAboutDialogInfo
*/ */

View File

@@ -201,7 +201,8 @@ public:
second one. second one.
*/ */
void Sort(bool reverseOrder = @false); void Sort(bool reverseOrder = @false);
Warning: void Sort(CompareFunction compareFunction); Warning:
void Sort(CompareFunction compareFunction);
//@} //@}
/** /**

View File

@@ -12,4 +12,3 @@
void wxAtomicInc(wxAtomicInt& value); void wxAtomicInc(wxAtomicInt& value);

View File

@@ -13,4 +13,3 @@
int wxFinite(double x); int wxFinite(double x);

View File

@@ -28,4 +28,3 @@ long wxGetNumberFromUser(const wxString& message,
const wxPoint& pos = wxDefaultPosition); const wxPoint& pos = wxDefaultPosition);

View File

@@ -26,4 +26,3 @@ wxString wxGetStockLabel(wxWindowID id, bool withCodes = @true,
const wxString& accelerator = wxEmptyString); const wxString& accelerator = wxEmptyString);

View File

@@ -427,7 +427,8 @@ public:
Returns the font of the item label. Returns the font of the item label.
*/ */
wxTreeItemData* GetItemData(const wxTreeItemId& item); wxTreeItemData* GetItemData(const wxTreeItemId& item);
See also wxPython note: wxPython provides the following shortcut method: See also wxPython note:
wxPython provides the following shortcut method:
@@ -800,7 +801,8 @@ wxFont GetItemFont(const wxTreeItemId& item);
is implemented internally). is implemented internally).
*/ */
void SetItemData(const wxTreeItemId& item, wxTreeItemData* data); void SetItemData(const wxTreeItemId& item, wxTreeItemData* data);
wxPython note: SetPyData(item, obj) wxPython note:
SetPyData(item, obj)