projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add missing wxUSE_DRAG_AND_DROP checks
[wxWidgets.git]
/
include
/
wx
/
generic
/
hyperlink.h
diff --git
a/include/wx/generic/hyperlink.h
b/include/wx/generic/hyperlink.h
index 93a086f565ecc98b6e7c3e25c78146f9605a616b..f50ded885987a27c8b51add769ad3d477c66d3f2 100644
(file)
--- a/
include/wx/generic/hyperlink.h
+++ b/
include/wx/generic/hyperlink.h
@@
-9,12
+9,8
@@
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#ifndef __GENERICHYPERLINKCTRLH__
-#define __GENERICHYPERLINKCTRLH__
-
-#include "wx/defs.h"
-#include "wx/control.h"
-
+#ifndef _WX_GENERICHYPERLINKCTRL_H_
+#define _WX_GENERICHYPERLINKCTRL_H_
// ----------------------------------------------------------------------------
// wxGenericHyperlinkCtrl
// ----------------------------------------------------------------------------
// wxGenericHyperlinkCtrl
@@
-100,10
+96,6
@@
protected:
// handles "Copy URL" menuitem
void OnPopUpCopy(wxCommandEvent& event);
// handles "Copy URL" menuitem
void OnPopUpCopy(wxCommandEvent& event);
- // Refreshes the control to update label's position if necessary
- void OnSize(wxSizeEvent& event);
-
-
// overridden base class virtuals
// Returns the best size for the window, which is the size needed
// overridden base class virtuals
// Returns the best size for the window, which is the size needed
@@
-139,4
+131,4
@@
private:
DECLARE_DYNAMIC_CLASS(wxGenericHyperlinkCtrl)
};
DECLARE_DYNAMIC_CLASS(wxGenericHyperlinkCtrl)
};
-#endif // _
_GENERICHYPERLINKCTRLH_
_
+#endif // _
WX_GENERICHYPERLINKCTRL_H
_