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:
@@ -44,9 +44,7 @@ class wxAboutDialogInfo
|
||||
public:
|
||||
/**
|
||||
Default constructor leaves all fields are initially uninitialized, in general
|
||||
you should call at least SetVersion(),
|
||||
SetCopyright() and
|
||||
SetDescription().
|
||||
you should call at least SetVersion(), SetCopyright() and SetDescription().
|
||||
*/
|
||||
wxAboutDialogInfo();
|
||||
|
||||
@@ -73,10 +71,10 @@ public:
|
||||
|
||||
/**
|
||||
Adds a translator name to be shown in the program credits. Notice that if no
|
||||
translator names are specified explicitely, wxAboutBox
|
||||
will try to use the translation of the string @c translator-credits from
|
||||
the currently used message catalog -- this can be used to show just the name of
|
||||
the translator of the program in the current language.
|
||||
translator names are specified explicitely, wxAboutBox will try to use the
|
||||
translation of the string @c translator-credits from the currently used message
|
||||
catalog -- this can be used to show just the name of the translator of the
|
||||
program in the current language.
|
||||
|
||||
@sa SetTranslators()
|
||||
*/
|
||||
@@ -90,8 +88,8 @@ public:
|
||||
void SetArtists(const wxArrayString& artists);
|
||||
|
||||
/**
|
||||
Set the short string containing the program copyright information. Notice that
|
||||
any occurrences of @c "(C)" in @e copyright will be replaced by the
|
||||
Set the short string containing the program copyright information. Notice
|
||||
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
|
||||
using this symbol in the program source code which can be problematic,
|
||||
*/
|
||||
@@ -148,16 +146,14 @@ public:
|
||||
void SetName(const wxString& name);
|
||||
|
||||
/**
|
||||
Set the list of translators. Please see
|
||||
AddTranslator() for additional
|
||||
Set the list of translators. Please see AddTranslator() for additional
|
||||
discussion.
|
||||
*/
|
||||
void SetTranslators(const wxArrayString& translators);
|
||||
|
||||
/**
|
||||
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"
|
||||
word.
|
||||
necessarily in the @c x.y.z form but it shouldn't contain the "version" word.
|
||||
*/
|
||||
void SetVersion(const wxString& version);
|
||||
|
||||
@@ -214,8 +210,7 @@ void wxAboutBox(const wxAboutDialogInfo& info);
|
||||
supported).
|
||||
|
||||
See the @ref overview_sampledialogs "dialogs sample" for an example of about
|
||||
dialog
|
||||
customization.
|
||||
dialog customization.
|
||||
|
||||
@sa wxAboutDialogInfo
|
||||
*/
|
||||
|
@@ -201,7 +201,8 @@ public:
|
||||
second one.
|
||||
*/
|
||||
void Sort(bool reverseOrder = @false);
|
||||
Warning: void Sort(CompareFunction compareFunction);
|
||||
Warning:
|
||||
void Sort(CompareFunction compareFunction);
|
||||
//@}
|
||||
|
||||
/**
|
||||
|
@@ -12,4 +12,3 @@
|
||||
void wxAtomicInc(wxAtomicInt& value);
|
||||
|
||||
|
||||
|
@@ -13,4 +13,3 @@
|
||||
int wxFinite(double x);
|
||||
|
||||
|
||||
|
@@ -28,4 +28,3 @@ long wxGetNumberFromUser(const wxString& message,
|
||||
const wxPoint& pos = wxDefaultPosition);
|
||||
|
||||
|
||||
|
@@ -26,4 +26,3 @@ wxString wxGetStockLabel(wxWindowID id, bool withCodes = @true,
|
||||
const wxString& accelerator = wxEmptyString);
|
||||
|
||||
|
||||
|
@@ -427,7 +427,8 @@ public:
|
||||
Returns the font of the item label.
|
||||
*/
|
||||
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).
|
||||
*/
|
||||
void SetItemData(const wxTreeItemId& item, wxTreeItemData* data);
|
||||
wxPython note: SetPyData(item, obj)
|
||||
wxPython note:
|
||||
SetPyData(item, obj)
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user