D:/clienti/CAEN/CAENVMETool/Demo/CAENScope/src/hyperlinkctrl.h File Reference

#include <wx/wx.h>
#include "httpenginedef.h"

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 \
    ),

#define EVT_LINK_MCLICKED id,
fn   ) 
 

Value:

DECLARE_EVENT_TABLE_ENTRY( \
        wxEVT_COMMAND_LINK_MCLICKED, id, -1, \
        (wxObjectEventFunction)(wxEventFunction)(wxHyperlinkEventFunction)&fn, \
        (wxObject *) NULL \
    ),

#define EVT_LINK_RCLICKED id,
fn   ) 
 

Value:

DECLARE_EVENT_TABLE_ENTRY( \
        wxEVT_COMMAND_LINK_RCLICKED, id, -1, \
        (wxObjectEventFunction)(wxEventFunction)(wxHyperlinkEventFunction)&fn, \
        (wxObject *) NULL \
    ),


Typedef Documentation

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


Enumeration Type Documentation

anonymous enum
 

Enumerator:
HYPERLINKS_POPUP_COPY 


Generated on Mon Nov 6 14:16:00 2006 for CAENScope by  doxygen 1.4.6-NO