projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Don't accept focus in the dummy main generic spin control window.
[wxWidgets.git]
/
include
/
wx
/
gtk
/
popupwin.h
diff --git
a/include/wx/gtk/popupwin.h
b/include/wx/gtk/popupwin.h
index bb7aa4b0c9741facd994f775a6157616433b361f..ecc2e52679b2bbb3e8355e8adfeccf9449142aa7 100644
(file)
--- a/
include/wx/gtk/popupwin.h
+++ b/
include/wx/gtk/popupwin.h
@@
-26,7
+26,7
@@
public:
bool Create(wxWindow *parent, int flags = wxBORDER_NONE);
virtual bool Show(bool show = true);
bool Create(wxWindow *parent, int flags = wxBORDER_NONE);
virtual bool Show(bool show = true);
-
+
virtual void SetFocus();
// implementation
virtual void SetFocus();
// implementation