X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/17e914373a348a6c1f432d06ecab0bced95773ac..dc484d491b15355285a89da275c58c2ef247d1f4:/docs/latex/wx/hyperlink.tex diff --git a/docs/latex/wx/hyperlink.tex b/docs/latex/wx/hyperlink.tex index 3068b8ebcf..40a47aaf51 100644 --- a/docs/latex/wx/hyperlink.tex +++ b/docs/latex/wx/hyperlink.tex @@ -1,6 +1,6 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% Name: hyperlink.tex -%% Purpose: wxHyperLink documentation +%% Purpose: wxHyperlinkCtrl documentation %% Author: Otto Wyss %% Modified by: Francesco Montorsi %% Created: 25.4.2004 @@ -9,17 +9,25 @@ %% License: wxWindows %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\section{\class{wxHyperLinkCtrl}}\label{wxhyperlinkctrl} +\section{\class{wxHyperlinkCtrl}}\label{wxhyperlinkctrl} This class shows a static text element which links to an URL. -Appearance and behaviour is completely customizable. In fact, when the user clicks on the hyperlink, a \helpref{wxHyperlinkEvent}{wxhyperlinkctrlevent} is sent but if that event is not handled (or it's skipped; see \helpref{wxEvent::Skip}{wxeventskip}), then a call to \helpref{wxLaunchDefaultBrowser}{wxlaunchdefaultbrowser} is done with the hyperlink's URL. +Appearance and behaviour is completely customizable. In fact, when the user +clicks on the hyperlink, a \helpref{wxHyperlinkEvent}{wxhyperlinkevent} is +sent but if that event is not handled (or it's skipped; see +\helpref{wxEvent::Skip}{wxeventskip}), then a call to +\helpref{wxLaunchDefaultBrowser}{wxlaunchdefaultbrowser} is done with the +hyperlink's URL. Note that standard \helpref{wxWindow}{wxwindow} functions like \helpref{SetBackgroundColour}{wxwindowsetbackgroundcolour}, \helpref{SetFont}{wxwindowsetfont}, \helpref{SetCursor}{wxwindowsetcursor}, \helpref{SetLabel}{wxwindowsetlabel} can be used to customize appearance of the hyperlink. \wxheading{Derived from} -\helpref{wxControl}{wxcontrol} +\helpref{wxControl}{wxcontrol}\\ +\helpref{wxWindow}{wxwindow}\\ +\helpref{wxEvtHandler}{wxevthandler}\\ +\helpref{wxObject}{wxobject} \wxheading{Include files} @@ -31,8 +39,11 @@ Note that standard \helpref{wxWindow}{wxwindow} functions like \helpref{SetBackg \twocolwidtha{7cm} \begin{twocollist}\itemsep=0pt +\twocolitem{\windowstyle{wxHL\_ALIGN\_LEFT}}{Align the text to the left.} +\twocolitem{\windowstyle{wxHL\_ALIGN\_RIGHT}}{Align the text to the right.} +\twocolitem{\windowstyle{wxHL\_ALIGN\_CENTRE}}{Center the text (horizontally).} \twocolitem{\windowstyle{wxHL\_CONTEXTMENU}}{Pop up a context menu when the hyperlink is right-clicked. The context menu contains a \texttt{``Copy URL"} menu item which is automatically handled by the hyperlink and which just copies in the clipboard the URL (not the label) of the control.} -\twocolitem{\windowstyle{wxHL\_DEFAULT\_STYLE}}{The default style for wxHyperlinkCtrl: \texttt{wxNO\_BORDER|wxHL\_CONTEXTMENU}.} +\twocolitem{\windowstyle{wxHL\_DEFAULT\_STYLE}}{The default style for wxHyperlinkCtrl: \texttt{wxNO\_BORDER|wxHL\_CONTEXTMENU|wxHL\_ALIGN\_CENTRE}.} \end{twocollist} See also \helpref{window styles overview}{windowstyles}. @@ -40,8 +51,9 @@ See also \helpref{window styles overview}{windowstyles}. \wxheading{Event handling} -To process input from a list control, use these event handler macros to direct input to member -functions that take a \helpref{wxHyperlinkEvent}{wxhyperlinkctrlevent} argument. +To process input from an hyperlink control, use these event handler macros to +direct input to member functions that take a +\helpref{wxHyperlinkEvent}{wxhyperlinkevent} argument. \twocolwidtha{7cm} \begin{twocollist}\itemsep=0pt @@ -51,21 +63,21 @@ functions that take a \helpref{wxHyperlinkEvent}{wxhyperlinkctrlevent} argument. \wxheading{See also} -\helpref{wxURL}{wxurl} +\helpref{wxURL}{wxurl}, \helpref{wxHyperlinkEvent}{wxhyperlinkevent} \latexignore{\rtfignore{\wxheading{Members}}} -\membersection{wxHyperLinkCtrl::wxHyperLink}\label{wxhyperlinkctrlctor} +\membersection{wxHyperlinkCtrl::wxHyperLink}\label{wxhyperlinkctrlctor} \func{}{wxHyperLink}{\param{wxWindow*}{ parent}, \param{wxWindowID}{ id}, \param{const wxString \&}{ label}, \param{const wxString \&}{ url}, \param{const wxPoint\&}{ pos = wxDefaultPosition}, \param{const wxSize\&}{ size = wxDefaultSize}, \param{long}{ style}, \param{const wxString\& }{name = ``hyperlink"}} Constructor. See \helpref{Create}{wxhyperlinkctrlcreate} for more info. -\membersection{wxHyperLinkCtrl::Create}\label{wxhyperlinkctrlcreate} +\membersection{wxHyperlinkCtrl::Create}\label{wxhyperlinkctrlcreate} -\func{}{Create}{\param{wxWindow*}{ parent}, \param{wxWindowID}{ id = -1} \param{const wxString \&}{ label}, \param{const wxString \&}{ url}, \param{const wxPoint\&}{ pos = wxDefaultPosition}, \param{const wxSize\&}{ size = wxDefaultSize},\param{long}{ style}, \param{const wxString\& }{name = ``hyperlink"}} +\func{bool}{Create}{\param{wxWindow*}{ parent}, \param{wxWindowID}{ id}, \param{const wxString \&}{ label}, \param{const wxString \&}{ url}, \param{const wxPoint\&}{ pos = wxDefaultPosition}, \param{const wxSize\&}{ size = wxDefaultSize}, \param{long}{ style}, \param{const wxString\& }{name = ``hyperlink"}} Creates the hyperlink control. @@ -73,15 +85,15 @@ Creates the hyperlink control. \docparam{parent}{Parent window. Must not be \NULL.} -\docparam{id}{Window identifier. A value of -1 indicates a default value.} +\docparam{id}{Window identifier. A value of wxID\_ANY indicates a default value.} \docparam{label}{The label of the hyperlink.} -\docparam{url}{The URL which is .} +\docparam{url}{The URL associated with the given label.} \docparam{pos}{Window position.} -\docparam{size}{Window size. If the default size (-1, -1) is specified then the window is sized +\docparam{size}{Window size. If the wxDefaultSize is specified then the window is sized appropriately.} \docparam{style}{Window style. See \helpref{wxHyperlinkCtrl}{wxhyperlinkctrl}.} @@ -91,21 +103,21 @@ appropriately.} \docparam{name}{Window name.} -\membersection{wxHyperLinkCtrl::GetHoverColour}\label{wxhyperlinkctrlgethovercolour} +\membersection{wxHyperlinkCtrl::GetHoverColour}\label{wxhyperlinkctrlgethovercolour} \constfunc{wxColour}{GetHoverColour}{\void} Returns the colour used to print the label of the hyperlink when the mouse is over the control. -\membersection{wxHyperLinkCtrl::SetHoverColour}\label{wxhyperlinkctrlsethovercolour} +\membersection{wxHyperlinkCtrl::SetHoverColour}\label{wxhyperlinkctrlsethovercolour} \func{void}{SetHoverColour}{\param{const wxColour \&}{ colour}} Sets the colour used to print the label of the hyperlink when the mouse is over the control. -\membersection{wxHyperLinkCtrl::GetNormalColour}\label{wxhyperlinkctrlgetnormalcolour} +\membersection{wxHyperlinkCtrl::GetNormalColour}\label{wxhyperlinkctrlgetnormalcolour} \constfunc{wxColour}{GetNormalColour}{\void} @@ -113,7 +125,7 @@ Returns the colour used to print the label when the link has never been clicked (i.e. the link has not been {\it visited}) and the mouse is not over the control. -\membersection{wxHyperLinkCtrl::SetNormalColour}\label{wxhyperlinkctrlsetnormalcolour} +\membersection{wxHyperlinkCtrl::SetNormalColour}\label{wxhyperlinkctrlsetnormalcolour} \func{void}{SetNormalColour}{\param{const wxColour \&}{ colour}} @@ -121,7 +133,7 @@ Sets the colour used to print the label when the link has never been clicked bef (i.e. the link has not been {\it visited}) and the mouse is not over the control. -\membersection{wxHyperLinkCtrl::GetVisitedColour}\label{wxhyperlinkctrlgetvisitedcolour} +\membersection{wxHyperlinkCtrl::GetVisitedColour}\label{wxhyperlinkctrlgetvisitedcolour} \constfunc{wxColour}{GetVisitedColour}{\void} @@ -129,7 +141,7 @@ Returns the colour used to print the label when the mouse is not over the contro and the link has already been clicked before (i.e. the link has been {\it visited}). -\membersection{wxHyperLinkCtrl::SetVisitedColour}\label{wxhyperlinkctrlsetvisitedcolour} +\membersection{wxHyperlinkCtrl::SetVisitedColour}\label{wxhyperlinkctrlsetvisitedcolour} \func{void}{SetVisitedColour}{\param{const wxColour \&}{ colour}} @@ -137,28 +149,28 @@ Sets the colour used to print the label when the mouse is not over the control and the link has already been clicked before (i.e. the link has been {\it visited}). -\membersection{wxHyperLinkCtrl::GetVisited}\label{wxhyperlinkctrlgetvisited} +\membersection{wxHyperlinkCtrl::GetVisited}\label{wxhyperlinkctrlgetvisited} \constfunc{bool}{GetVisited}{\void} Returns \true if the hyperlink has already been clicked by the user at least one time. -\membersection{wxHyperLinkCtrl::SetVisited}\label{wxhyperlinkctrlsetvisited} +\membersection{wxHyperlinkCtrl::SetVisited}\label{wxhyperlinkctrlsetvisited} \func{void}{SetVisited}{\param{bool}{ visited = true}} Marks the hyperlink as visited (see \helpref{SetVisitedColour}{wxhyperlinkctrlsetvisitedcolour}). -\membersection{wxHyperLinkCtrl::GetURL}\label{wxhyperlinkctrlgeturl} +\membersection{wxHyperlinkCtrl::GetURL}\label{wxhyperlinkctrlgeturl} \constfunc{wxString}{GetURL}{\void} Returns the URL associated with the hyperlink. -\membersection{wxHyperLinkCtrl::SetURL}\label{wxhyperlinkctrlseturl} +\membersection{wxHyperlinkCtrl::SetURL}\label{wxhyperlinkctrlseturl} \func{void}{SetURL}{\param{const wxString \&}{ url}} @@ -169,7 +181,7 @@ Sets the URL associated with the hyperlink. -\section{\class{wxHyperlinkEvent}}\label{wxhyperlinkctrlevent} +\section{\class{wxHyperlinkEvent}}\label{wxhyperlinkevent} This event class is used for the events generated by \helpref{wxHyperlinkCtrl}{wxhyperlinkctrl}. @@ -188,7 +200,7 @@ This event class is used for the events generated by To process input from a wxHyperlinkCtrl, use one of these event handler macros to direct input to member function that take a -\helpref{wxHyperlinkEvent}{wxhyperlinkctrlevent} argument: +\helpref{wxHyperlinkEvent}{wxhyperlinkevent} argument: \twocolwidtha{7cm} \begin{twocollist}