X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a6052817bb8cc906c8fc1dc801f8f21c58041f92..de536319f16406adf967003637b2655c61f6cb09:/interface/hyperlink.h diff --git a/interface/hyperlink.h b/interface/hyperlink.h index 8dc59863ac..5982f6d1ca 100644 --- a/interface/hyperlink.h +++ b/interface/hyperlink.h @@ -54,25 +54,25 @@ public: wxWindow::SetFont, wxWindow::SetCursor, wxWindow::SetLabel can be used to customize appearance of the hyperlink. @beginStyleTable - @style{wxHL_ALIGN_LEFT}: + @style{wxHL_ALIGN_LEFT} Align the text to the left. - @style{wxHL_ALIGN_RIGHT}: + @style{wxHL_ALIGN_RIGHT} Align the text to the right. - @style{wxHL_ALIGN_CENTRE}: + @style{wxHL_ALIGN_CENTRE} Center the text (horizontally). - @style{wxHL_CONTEXTMENU}: + @style{wxHL_CONTEXTMENU} Pop up a context menu when the hyperlink is right-clicked. The context menu contains a "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. - @style{wxHL_DEFAULT_STYLE}: + @style{wxHL_DEFAULT_STYLE} The default style for wxHyperlinkCtrl: wxBORDER_NONE|wxHL_CONTEXTMENU|wxHL_ALIGN_CENTRE. @endStyleTable @library{wxadv} @category{ctrl} - @appearance{hyperlinkctrl.png} + @see wxURL, wxHyperlinkEvent */