projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add wxLoadUserResource() overload not copying the resource data.
[wxWidgets.git]
/
include
/
wx
/
gtk
/
popupwin.h
diff --git
a/include/wx/gtk/popupwin.h
b/include/wx/gtk/popupwin.h
index bd1a638b7f7c044416cfd59b32d0d2a81d079c10..ecc2e52679b2bbb3e8355e8adfeccf9449142aa7 100644
(file)
--- a/
include/wx/gtk/popupwin.h
+++ b/
include/wx/gtk/popupwin.h
@@
-27,6
+27,8
@@
public:
virtual bool Show(bool show = true);
virtual bool Show(bool show = true);
+ virtual void SetFocus();
+
// implementation
// --------------
// implementation
// --------------