hyperlinkctrl.h File Reference

#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 }


Define Documentation

#define EVT_LINK id,
fn   ) 
 

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.

#define EVT_LINK_MCLICKED id,
fn   ) 
 

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.

#define EVT_LINK_RCLICKED id,
fn   ) 
 

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.


Typedef Documentation

typedef void(wxEvtHandler::* wxHyperlinkEventFunction)(wxHyperlinkEvent)
 

Definition at line 73 of file hyperlinkctrl.h.


Enumeration Type Documentation

anonymous enum
 

Enumerator:
HYPERLINKS_POPUP_COPY 

Definition at line 97 of file hyperlinkctrl.h.


Generated on Mon Mar 19 17:14:08 2007 for CAENScope by  doxygen 1.4.6-NO