X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cd95f7e65c4e1ee61a5d90eb13687ff468cb13ad..36a0190ebd5bd9a7302f60f6dcd608b80574e21c:/interface/wx/panel.h diff --git a/interface/wx/panel.h b/interface/wx/panel.h index cc65780d66..d0a5bbbfd0 100644 --- a/interface/wx/panel.h +++ b/interface/wx/panel.h @@ -2,7 +2,6 @@ // Name: panel.h // Purpose: interface of wxPanel // Author: wxWidgets team -// RCS-ID: $Id$ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -31,7 +30,7 @@ Process a navigation key event. @endEventTable - @library{wxbase} + @library{wxcore} @category{miscwnd} @see wxDialog @@ -124,21 +123,6 @@ public: */ void OnSysColourChanged(wxSysColourChangedEvent& event); - /** - Set the background bitmap for this panel. - - If @a bmp is a valid bitmap, this bitmap will be tiled over the panel - background and show through any of its transparent children. Passing an - invalid bitmap reverts to the default background appearance. - - Notice that you must not prevent the base class EVT_ERASE_BACKGROUND - handler from running (i.e. not to handle this event yourself) for this - to work. - - @since 2.9.2 - */ - void SetBackgroundBitmap(const wxBitmap& bmp); - /** Overrides wxWindow::SetFocus().