// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#ifndef _WX_HYPERLINK_H__
-#define _WX_HYPERLINK_H__
+#ifndef _WX_HYPERLINK_H_
+#define _WX_HYPERLINK_H_
#include "wx/defs.h"
// wxWindow::Get/SetFont, wxWindow::Get/SetCursor are important !
protected:
+ virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; }
+
// checks for validity some of the ctor/Create() function parameters
void CheckParams(const wxString& label, const wxString& url, long style);
-#if defined(__WXGTK210__)
+#if defined(__WXGTK210__) && !defined(__WXUNIVERSAL__)
#include "wx/gtk/hyperlink.h"
#else
#include "wx/generic/hyperlink.h"
#endif // wxUSE_HYPERLINKCTRL
-#endif // _WX_HYPERLINK_H__
+#endif // _WX_HYPERLINK_H_