projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Correct wxDataViewCtrl::IsExpanded
[wxWidgets.git]
/
interface
/
wx
/
aboutdlg.h
diff --git
a/interface/wx/aboutdlg.h
b/interface/wx/aboutdlg.h
index a3187bfb4657f562ca78b5c387d6fb02861188f4..9d19a3f2fe455e7d9ac61917ed5a356c9e2a1b8f 100644
(file)
--- a/
interface/wx/aboutdlg.h
+++ b/
interface/wx/aboutdlg.h
@@
-31,7
+31,7
@@
so you should avoid specifying these fields to achieve more native look and feel.
@library{wxadv}
so you should avoid specifying these fields to achieve more native look and feel.
@library{wxadv}
- @category{
misc
}
+ @category{
cmndlg,data
}
@see wxAboutDialogInfo::SetArtists
*/
@see wxAboutDialogInfo::SetArtists
*/
@@
-170,7
+170,7
@@
public:
// Global functions/macros
// ============================================================================
// Global functions/macros
// ============================================================================
-/** @
in
group group_funcmacro_dialog */
+/** @
addto
group group_funcmacro_dialog */
//@{
/**
//@{
/**
@@
-201,7
+201,7
@@
public:
@header{wx/aboutdlg.h}
*/
@header{wx/aboutdlg.h}
*/
-void wxAboutBox(const wxAboutDialogInfo& info);
+void wxAboutBox(const wxAboutDialogInfo& info
, wxWindow* parent = NULL
);
/**
This function does the same thing as wxAboutBox() except that it always uses
/**
This function does the same thing as wxAboutBox() except that it always uses
@@
-218,6
+218,6
@@
void wxAboutBox(const wxAboutDialogInfo& info);
@header{wx/aboutdlg.h}
*/
@header{wx/aboutdlg.h}
*/
-void wxGenericAboutBox(const wxAboutDialogInfo& info);
+void wxGenericAboutBox(const wxAboutDialogInfo& info
, wxWindow* parent = NULL
);
//@}
//@}