]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/hyperlink.tex
added wxDEPRECATED_INLINE, use it for wxPixelData<wxBitmap>::UseAlpha() to fix Sun...
[wxWidgets.git] / docs / latex / wx / hyperlink.tex
index 0b252abfa020adbb7a5df7b205bce3e42637d272..087eefaa4393278103994bedc8a2ec2a7c9ee53a 100644 (file)
@@ -34,6 +34,10 @@ Note that standard \helpref{wxWindow}{wxwindow} functions like \helpref{SetBackg
 
 <wx/hyperlink.h>
 
+\wxheading{Library}
+
+\helpref{wxAdv}{librarieslist}
+
 
 \wxheading{Window styles}
 
@@ -43,7 +47,7 @@ Note that standard \helpref{wxWindow}{wxwindow} functions like \helpref{SetBackg
 \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|wxHL\_ALIGN\_CENTRE}.}
+\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}.
@@ -196,6 +200,10 @@ This event class is used for the events generated by
 
 <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
@@ -229,3 +237,4 @@ Returns the URL of the hyperlink where the user has just clicked.
 \func{void}{SetURL}{\param{const wxString \&}{ url}}
 
 Sets the URL associated with the event.
+