#include <wx/wx.h>#include "httpenginedef.h"Go to the source code of this file.
Classes | |
| class | wxHyperlinkEvent |
| class | wxHyperlinkCtrl |
Defines | |
| #define | EVT_LINK(id, fn) |
| #define | EVT_LINK_MCLICKED(id, fn) |
| #define | EVT_LINK_RCLICKED(id, fn) |
Typedefs | |
| typedef void(wxEvtHandler::* | wxHyperlinkEventFunction )(wxHyperlinkEvent) |
Enumerations | |
| enum | { HYPERLINKS_POPUP_COPY = 1000 } |
|
|
Value: DECLARE_EVENT_TABLE_ENTRY( \
wxEVT_COMMAND_LINK_CLICKED, id, -1, \
(wxObjectEventFunction)(wxEventFunction)(wxHyperlinkEventFunction)&fn, \
(wxObject *) NULL \
),
Definition at line 76 of file hyperlinkctrl.h. |
|
|
Value: DECLARE_EVENT_TABLE_ENTRY( \
wxEVT_COMMAND_LINK_MCLICKED, id, -1, \
(wxObjectEventFunction)(wxEventFunction)(wxHyperlinkEventFunction)&fn, \
(wxObject *) NULL \
),
Definition at line 82 of file hyperlinkctrl.h. |
|
|
Value: DECLARE_EVENT_TABLE_ENTRY( \
wxEVT_COMMAND_LINK_RCLICKED, id, -1, \
(wxObjectEventFunction)(wxEventFunction)(wxHyperlinkEventFunction)&fn, \
(wxObject *) NULL \
),
Definition at line 88 of file hyperlinkctrl.h. |
|
|
Definition at line 73 of file hyperlinkctrl.h. |
|
|
Definition at line 97 of file hyperlinkctrl.h. |
1.4.6-NO