X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e5794f50e7b2c1c0a97d9c6d3fddb78504d077e8..42fb9cdf6f1778ce06d5545fc37c85a966521f6c:/interface/wx/window.h diff --git a/interface/wx/window.h b/interface/wx/window.h index 2cff03d16f..71b0f46344 100644 --- a/interface/wx/window.h +++ b/interface/wx/window.h @@ -657,7 +657,7 @@ public: @see FindWindow() */ - static wxWindow* FindWindowById(long id, wxWindow* parent = NULL); + static wxWindow* FindWindowById(long id, const wxWindow* parent = 0); /** Find a window by its label. @@ -671,7 +671,7 @@ public: @see FindWindow() */ static wxWindow* FindWindowByLabel(const wxString& label, - wxWindow* parent = NULL); + const wxWindow* parent = 0); /** Find a window by its name (as given in a window constructor or Create() @@ -687,7 +687,7 @@ public: @see FindWindow() */ static wxWindow* FindWindowByName(const wxString& name, - wxWindow* parent = NULL); + const wxWindow* parent = 0); /** Sizes the window so that it fits around its subwindows. @@ -1075,10 +1075,9 @@ public: (or toggle or ...) any items which should be disabled in the menu before showing it. - @param menu - The menu to show. - @param pos - The position at which to show the menu in client coordinates. + The parameter @a menu is the menu to show. + The parameter @a pos (or the parameters @a x and @a y) is the + position at which to show the menu in client coordinates. @return The selected menu item id or @c wxID_NONE if none selected or an @@ -2824,7 +2823,7 @@ protected: // Global functions/macros // ============================================================================ -/** @ingroup group_funcmacro_misc */ +/** @addtogroup group_funcmacro_misc */ //@{ /**