don't allow TABbing to wxHtmlWindow
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11304 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -135,6 +135,9 @@ 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; }
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
// Scrolls to anchor of this name. (Anchor is #news
|
// Scrolls to anchor of this name. (Anchor is #news
|
||||||
// or #features etc. it is part of address sometimes:
|
// or #features etc. it is part of address sometimes:
|
||||||
|
Reference in New Issue
Block a user