X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/76b8fa1d2077661a6710f532eb141468ab36c1c8..9e477492e29e03c02827b1e42a16cb09a13f5149:/wxPython/src/_hyperlink.i diff --git a/wxPython/src/_hyperlink.i b/wxPython/src/_hyperlink.i index d84ab7ce64..5becff5f8d 100644 --- a/wxPython/src/_hyperlink.i +++ b/wxPython/src/_hyperlink.i @@ -19,14 +19,17 @@ MAKE_CONST_WXSTRING(HyperlinkCtrlNameStr); enum { wxHL_CONTEXTMENU, - wxHL_DEFAULT_STYLE + wxHL_ALIGN_LEFT, + wxHL_ALIGN_RIGHT, + wxHL_ALIGN_CENTRE, + wxHL_DEFAULT_STYLE, }; //--------------------------------------------------------------------------- %newgroup -MustHaveApp(wxHyperlinkCtrl); +MustHaveApp(wxHyperlinkCtrl); DocStr( wxHyperlinkCtrl, "A static text control that emulates a hyperlink. The link is displayed @@ -45,7 +48,7 @@ public: %pythonAppend wxHyperlinkCtrl "self._setOORInfo(self)" %pythonAppend wxHyperlinkCtrl() "" - + // Constructor. wxHyperlinkCtrl(wxWindow *parent, wxWindowID id,