Minor whitespace/style fixes
Remove extra spaces, harmonize the style of "#endif" comments.
This commit is contained in:
@@ -69,14 +69,15 @@ public:
|
||||
wxIconBundle(const wxIcon& icon);
|
||||
|
||||
/**
|
||||
Initializes the bundle with all sizes of a group icon with @a resourceName
|
||||
stored as an MS Windows resource in @a module. When @a module is 0, the current
|
||||
instance is used.
|
||||
|
||||
@see AddIcon(const wxString&, WXHINSTANCE)
|
||||
|
||||
@onlyfor{wxmsw}
|
||||
@since 3.1.1
|
||||
Initializes the bundle with all sizes of a group icon with @a
|
||||
resourceName stored as an MS Windows resource in @a module.
|
||||
|
||||
When @a module is 0, the current instance is used.
|
||||
|
||||
@see AddIcon(const wxString&, WXHINSTANCE)
|
||||
|
||||
@onlyfor{wxmsw}
|
||||
@since 3.1.1
|
||||
*/
|
||||
wxIconBundle(const wxString& resourceName, WXHINSTANCE module);
|
||||
|
||||
@@ -111,11 +112,13 @@ public:
|
||||
void AddIcon(wxInputStream& stream, wxBitmapType type = wxBITMAP_TYPE_ANY);
|
||||
|
||||
/**
|
||||
Loads all sizes of a group icon with @a resourceName stored as an MS Windows
|
||||
resource in @a module. When @a module is 0, the current instance is used.
|
||||
|
||||
@onlyfor{wxmsw}
|
||||
@since 3.1.1
|
||||
Loads all sizes of a group icon with @a resourceName stored as an MS
|
||||
Windows resource in @a module.
|
||||
|
||||
When @a module is 0, the current instance is used.
|
||||
|
||||
@onlyfor{wxmsw}
|
||||
@since 3.1.1
|
||||
*/
|
||||
void AddIcon(const wxString& resourceName, WXHINSTANCE module);
|
||||
|
||||
|
Reference in New Issue
Block a user