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
This commit is contained in:
@@ -162,9 +162,6 @@ public:
|
|||||||
// Adds HTML processor to wxHtmlWindow class as whole:
|
// Adds HTML processor to wxHtmlWindow class as whole:
|
||||||
static void AddGlobalProcessor(wxHtmlProcessor *processor);
|
static void AddGlobalProcessor(wxHtmlProcessor *processor);
|
||||||
|
|
||||||
// what would we do with it?
|
|
||||||
virtual bool AcceptsFocusFromKeyboard() const { return FALSE; }
|
|
||||||
|
|
||||||
// -- Callbacks --
|
// -- Callbacks --
|
||||||
|
|
||||||
// Sets the title of the window
|
// Sets the title of the window
|
||||||
|
Reference in New Issue
Block a user