git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71172
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
+#define wxHL_CONTEXTMENU 0x0001
+#define wxHL_ALIGN_LEFT 0x0002
+#define wxHL_ALIGN_RIGHT 0x0004
+#define wxHL_ALIGN_CENTRE 0x0008
+#define wxHL_DEFAULT_STYLE (wxHL_CONTEXTMENU|wxNO_BORDER|wxHL_ALIGN_CENTRE)
+
/**
@class wxHyperlinkEvent
/**
@class wxHyperlinkEvent
+wxEventType wxEVT_COMMAND_HYPERLINK;
/**
@class wxHyperlinkCtrl
/**
@class wxHyperlinkCtrl
class wxHyperlinkCtrl : public wxControl
{
public:
class wxHyperlinkCtrl : public wxControl
{
public:
/**
Constructor. See Create() for more info.
*/
/**
Constructor. See Create() for more info.
*/