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

@@ -9,14 +9,14 @@
/**
@class wxIconBundle
@wxheader{iconbndl.h}
This class contains multiple copies of an icon in different sizes,
see also wxDialog::SetIcons and
wxTopLevelWindow::SetIcons.
@library{wxcore}
@category{FIXME}
@stdobjects
wxNullIconBundle
*/
@@ -28,9 +28,9 @@ public:
Copy constructor.
*/
wxIconBundle();
wxIconBundle(const wxString& file, long type);
wxIconBundle(const wxIcon& icon);
wxIconBundle(const wxIconBundle& ic);
wxIconBundle(const wxString& file, long type);
wxIconBundle(const wxIcon& icon);
wxIconBundle(const wxIconBundle& ic);
//@}
/**
@@ -45,7 +45,7 @@ public:
replaced by the new one.
*/
void AddIcon(const wxString& file, long type);
void AddIcon(const wxIcon& icon);
void AddIcon(const wxIcon& icon);
//@}
//@{
@@ -53,7 +53,7 @@ public:
Same as GetIcon( wxSize( size, size ) ).
*/
wxIcon GetIcon(const wxSize& size);
wxIcon GetIcon(wxCoord size = -1);
wxIcon GetIcon(wxCoord size = -1);
//@}
/**