]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/hyperlink.tex
fix ReceiveTimeout() reference
[wxWidgets.git] / docs / latex / wx / hyperlink.tex
index 4c0c8df4a56c7a400c48aaaebaa7a5e508860bbb..d765e3bd106fb5a24eda588e34449753ec313faa 100644 (file)
@@ -34,13 +34,20 @@ Note that standard \helpref{wxWindow}{wxwindow} functions like \helpref{SetBackg
 
 <wx/hyperlink.h>
 
 
 <wx/hyperlink.h>
 
+\wxheading{Library}
+
+\helpref{wxAdv}{librarieslist}
+
 
 \wxheading{Window styles}
 
 \twocolwidtha{7cm}
 \begin{twocollist}\itemsep=0pt
 
 \wxheading{Window styles}
 
 \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\_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{wxBORDER\_NONE|wxHL\_CONTEXTMENU|wxHL\_ALIGN\_CENTRE}.}
 \end{twocollist}
 
 See also \helpref{window styles overview}{windowstyles}.
 \end{twocollist}
 
 See also \helpref{window styles overview}{windowstyles}.
@@ -65,7 +72,7 @@ direct input to member functions that take a
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
-\membersection{wxHyperlinkCtrl::wxHyperLink}\label{wxhyperlinkctrlctor}
+\membersection{wxHyperlinkCtrl::wxHyperLinkCtrl}\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"}}
 
 
 \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"}}
 
@@ -193,6 +200,10 @@ This event class is used for the events generated by
 
 <wx/hyperlink.h>
 
 
 <wx/hyperlink.h>
 
+\wxheading{Library}
+
+\helpref{wxAdv}{librarieslist}
+
 \wxheading{Event handling}
 
 To process input from a wxHyperlinkCtrl, use one of these event handler macros to
 \wxheading{Event handling}
 
 To process input from a wxHyperlinkCtrl, use one of these event handler macros to
@@ -207,22 +218,23 @@ direct input to member function that take a
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
-\membersection{wxHyperlinkEvent::wxHyperlinkEvent}\label{wxhyperlinkctrlctor}
+\membersection{wxHyperlinkEvent::wxHyperlinkEvent}\label{wxhyperlinkeventctor}
 
 \func{}{wxHyperlinkEvent}{\param{wxObject *}{ generator}, \param{int}{ id}, \param{const wxString \&}{ url}}
 
 The constructor is not normally used by the user code.
 
 
 
 \func{}{wxHyperlinkEvent}{\param{wxObject *}{ generator}, \param{int}{ id}, \param{const wxString \&}{ url}}
 
 The constructor is not normally used by the user code.
 
 
-\membersection{wxHyperlinkEvent::GetURL}\label{wxhyperlinkctrlgeturl}
+\membersection{wxHyperlinkEvent::GetURL}\label{wxhyperlinkeventgeturl}
 
 \constfunc{wxString}{GetURL}{\void}
 
 Returns the URL of the hyperlink where the user has just clicked.
 
 
 
 \constfunc{wxString}{GetURL}{\void}
 
 Returns the URL of the hyperlink where the user has just clicked.
 
 
-\membersection{wxHyperlinkEvent::SetURL}\label{wxhyperlinkctrlseturl}
+\membersection{wxHyperlinkEvent::SetURL}\label{wxhyperlinkeventseturl}
 
 \func{void}{SetURL}{\param{const wxString \&}{ url}}
 
 Sets the URL associated with the event.
 
 \func{void}{SetURL}{\param{const wxString \&}{ url}}
 
 Sets the URL associated with the event.
+