From: Francesco Montorsi Date: Sat, 27 Dec 2008 10:20:33 +0000 (+0000) Subject: do not use @b when referencing to functions; use final () to enable doxygen autolink X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e5794f50e7b2c1c0a97d9c6d3fddb78504d077e8 do not use @b when referencing to functions; use final () to enable doxygen autolink git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57580 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/wx/window.h b/interface/wx/window.h index 8d8bec2cf1..2cff03d16f 100644 --- a/interface/wx/window.h +++ b/interface/wx/window.h @@ -674,7 +674,7 @@ public: wxWindow* parent = NULL); /** - Find a window by its name (as given in a window constructor or @b Create + Find a window by its name (as given in a window constructor or Create() function call). If @a parent is @NULL, the search will start from all top-level frames @@ -1278,11 +1278,14 @@ public: */ virtual wxSize GetWindowBorderSize() const; + //@{ /** - Gets the window style that was passed to the constructor or @b Create - method. @b GetWindowStyle() is another name for the same function. + Gets the window style that was passed to the constructor or Create() + method. GetWindowStyle() is another name for the same function. */ virtual long GetWindowStyleFlag() const; + long GetWindowStyle() const; + //@} /** Returns the value previously passed to SetWindowVariant(). @@ -2553,11 +2556,7 @@ public: void SetVirtualSize(const wxSize& size); //@} - /** - Identical to SetWindowStyleFlag(). - */ - void SetWindowStyle(long style); - + //@{ /** Sets the style of the window. Please note that some styles cannot be changed after the window creation and that Refresh() might need to be be called @@ -2568,6 +2567,8 @@ public: @see GetWindowStyleFlag() */ virtual void SetWindowStyleFlag(long style); + void SetWindowStyle(long style); + //@} /** This function can be called under all platforms but only does anything under