projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Unselect all wxDataViewCtrl items when clicking outside of the item area.
[wxWidgets.git]
/
include
/
wx
/
gtk
/
popupwin.h
diff --git
a/include/wx/gtk/popupwin.h
b/include/wx/gtk/popupwin.h
index cb0f7f18dd208c09f79724bddcbf2bc019ec8fd6..4ae6a307b6c532f39cb328928ec40f60e22bb8cb 100644
(file)
--- a/
include/wx/gtk/popupwin.h
+++ b/
include/wx/gtk/popupwin.h
@@
-1,5
+1,5
@@
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
-// Name: popupwin.h
+// Name:
wx/gtk/
popupwin.h
// Purpose:
// Author: Robert Roebling
// Created:
// Purpose:
// Author: Robert Roebling
// Created:
@@
-27,6
+27,8
@@
public:
virtual bool Show(bool show = true);
virtual bool Show(bool show = true);
+ virtual void SetFocus();
+
// implementation
// --------------
// implementation
// --------------
@@
-40,7
+42,6
@@
protected:
virtual void DoMoveWindow(int x, int y, int width, int height);
virtual void DoMoveWindow(int x, int y, int width, int height);
-private:
#ifdef __WXUNIVERSAL__
DECLARE_EVENT_TABLE()
#endif
#ifdef __WXUNIVERSAL__
DECLARE_EVENT_TABLE()
#endif