X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3d8662ab0f0ff20a2548474ad92e92bf96c8cded..500b128d0e42dfaa70f46e58d3cc5300c6b25489:/interface/accel.h diff --git a/interface/accel.h b/interface/accel.h index 761ac864a6..616f2b047a 100644 --- a/interface/accel.h +++ b/interface/accel.h @@ -116,8 +116,8 @@ public: @param str Should be a string in the form "flags-keycode" - @returns @true if the given string correctly initialized this object - (i.e. if IsOk() returns true after this call) + @return @true if the given string correctly initialized this object + (i.e. if IsOk() returns true after this call) */ bool FromString(const wxString& str); @@ -186,6 +186,8 @@ public: /** Loads the accelerator table from a Windows resource (Windows only). + @onlyfor{wxmsw} + @param resource Name of a Windows accelerator. */ @@ -195,7 +197,7 @@ public: Destroys the wxAcceleratorTable object. See @ref overview_refcount_destruct for more info. */ - ~wxAcceleratorTable(); + virtual ~wxAcceleratorTable(); /** Returns @true if the accelerator table is valid.