Update outdated references to WinXP in documentation.
This commit is contained in:
@@ -66,10 +66,10 @@ wxEventType wxEVT_HYPERLINK;
|
||||
Align the text to the left.
|
||||
@style{wxHL_ALIGN_RIGHT}
|
||||
Align the text to the right. This style is not supported under
|
||||
Windows XP but is supported under all the other Windows versions.
|
||||
Windows.
|
||||
@style{wxHL_ALIGN_CENTRE}
|
||||
Center the text (horizontally). This style is not supported by the
|
||||
native MSW implementation used under Windows XP and later.
|
||||
Center the text (horizontally). This style is not supported
|
||||
under Windows.
|
||||
@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
|
||||
@@ -88,8 +88,7 @@ wxEventType wxEVT_HYPERLINK;
|
||||
@endEventTable
|
||||
|
||||
Currently this class is implemented using native support in wxGTK and wxMSW
|
||||
(under Windows XP and later only) and a generic version is used by the
|
||||
other ports.
|
||||
and a generic version is used by the other ports.
|
||||
|
||||
@library{wxadv}
|
||||
@category{ctrl}
|
||||
|
Reference in New Issue
Block a user