]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_hyperlink.i
fixed a compile error in one of the stub classes
[wxWidgets.git] / wxPython / src / _hyperlink.i
index d84ab7ce647f13a4fbdaa73de2d4cb398c1ed226..5becff5f8d3acbb9a531deb9702f0bc998d8e3f9 100644 (file)
@@ -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,