From: Václav Slavík Date: Mon, 1 Sep 2003 20:59:57 +0000 (+0000) Subject: accept focus, keyboard can be used for navigation (patch 798098) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/5d9d22fe089a7bbbf6f997af222c68dbfc5ccdaf accept focus, keyboard can be used for navigation (patch 798098) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23358 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/html/htmlwin.h b/include/wx/html/htmlwin.h index 101e6fa938..6e8b6ebb6d 100644 --- a/include/wx/html/htmlwin.h +++ b/include/wx/html/htmlwin.h @@ -162,9 +162,6 @@ public: // Adds HTML processor to wxHtmlWindow class as whole: static void AddGlobalProcessor(wxHtmlProcessor *processor); - // what would we do with it? - virtual bool AcceptsFocusFromKeyboard() const { return FALSE; } - // -- Callbacks -- // Sets the title of the window