X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/76e2b5703a0b8ae2f7210526defd2a07e3b81e0d..36a0190ebd5bd9a7302f60f6dcd608b80574e21c:/interface/wx/panel.h diff --git a/interface/wx/panel.h b/interface/wx/panel.h index 934673f5cd..d0a5bbbfd0 100644 --- a/interface/wx/panel.h +++ b/interface/wx/panel.h @@ -2,8 +2,7 @@ // Name: panel.h // Purpose: interface of wxPanel // Author: wxWidgets team -// RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @@ -31,7 +30,7 @@ Process a navigation key event. @endEventTable - @library{wxbase} + @library{wxcore} @category{miscwnd} @see wxDialog @@ -108,7 +107,7 @@ public: virtual bool Layout(); /** - The default handler for wxEVT_SYS_COLOUR_CHANGED. + The default handler for @c wxEVT_SYS_COLOUR_CHANGED. @param event The colour change event.