use full repaint style instead of size event

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44687 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2007-03-08 04:27:29 +00:00
parent 7450674943
commit 6d020baf20
2 changed files with 6 additions and 19 deletions

View File

@@ -9,12 +9,8 @@
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#ifndef __GENERICHYPERLINKCTRLH__
#define __GENERICHYPERLINKCTRLH__
#include "wx/defs.h"
#include "wx/control.h"
#ifndef _WX_GENERICHYPERLINKCTRL_H_
#define _WX_GENERICHYPERLINKCTRL_H_
// ----------------------------------------------------------------------------
// wxGenericHyperlinkCtrl
@@ -100,10 +96,6 @@ protected:
// 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
@@ -139,4 +131,4 @@ private:
DECLARE_DYNAMIC_CLASS(wxGenericHyperlinkCtrl)
};
#endif // __GENERICHYPERLINKCTRLH__
#endif // _WX_GENERICHYPERLINKCTRL_H_