sync with CVS updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41163 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user