wxHyperLink.h : header file wxHyperLink window
Derived from
wxStaticText
Data structures
Members
wxHyperLink::wxHyperLink
wxHyperLink::~wxHyperLink
wxHyperLink::CallcColour
wxHyperLink::Create
wxHyperLink::GetURL
wxHyperLink::GetUnderline
wxHyperLink::LoadLink
wxHyperLink::SetColour
wxHyperLink::SetForegroundColour
wxHyperLink::SetURL
wxHyperLink::SetUnderline
wxHyperLink(wxWindow* parent, wxWindowID id, const wxString& url, const wxString& label = wxT(""), const wxColour &normal = ( *wxBLUE), const wxColour& active = wxNullColour, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = 0, const wxString& name = wxT("HyperLink"))
wxHyperLink()
Construction
~wxHyperLink()
unsigned char CallcColour(unsigned char colour)
bool Create(wxWindow* parent, wxWindowID id, const wxString& url, const wxString& label = wxT(""), const wxColour &normal = ( *wxBLUE), const wxColour& active = wxNullColour, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = 0, const wxString& name = wxT("HyperLinkt"))
void GetURL(wxString& url, wxString& label)
Get URL and label
bool GetUnderline()
Get if there is currently a line?
bool LoadLink()
Load the default browser or email client...
bool SetColour(const wxColour& colourNormal, const wxColour& colourActive)
Set Normal and Active colour of the Text.
bool SetForegroundColour(const wxColour& colour)
Re-define this to allow to set 2 colours in with one base colour
void SetURL(const wxString& url, const wxString& label = wxT(""))
Set a new URL and/or lable. If no lable is set, url will be used as label.
void SetUnderline(bool bUnderline, bool bAlways = TRUE)
Set the text displayed with a line under it or not.