Dtor for wxHtmlCell
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38057 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -506,6 +506,7 @@ public:
|
|||||||
%typemap(out) wxHtmlCell*; // turn off this typemap
|
%typemap(out) wxHtmlCell*; // turn off this typemap
|
||||||
|
|
||||||
wxHtmlCell();
|
wxHtmlCell();
|
||||||
|
~wxHtmlCell();
|
||||||
|
|
||||||
// Turn it back on again
|
// Turn it back on again
|
||||||
%typemap(out) wxHtmlCell* { $result = wxPyMake_wxObject($1, $owner); }
|
%typemap(out) wxHtmlCell* { $result = wxPyMake_wxObject($1, $owner); }
|
||||||
@@ -536,7 +537,11 @@ public:
|
|||||||
|
|
||||||
|
|
||||||
void SetLink(const wxHtmlLinkInfo& link);
|
void SetLink(const wxHtmlLinkInfo& link);
|
||||||
|
|
||||||
|
%disownarg(wxHtmlCell*);
|
||||||
void SetNext(wxHtmlCell *cell);
|
void SetNext(wxHtmlCell *cell);
|
||||||
|
%cleardisown(wxHtmlCell*);
|
||||||
|
|
||||||
void SetParent(wxHtmlContainerCell *p);
|
void SetParent(wxHtmlContainerCell *p);
|
||||||
void SetPos(int x, int y);
|
void SetPos(int x, int y);
|
||||||
void Layout(int w);
|
void Layout(int w);
|
||||||
@@ -601,7 +606,10 @@ class wxHtmlContainerCell : public wxHtmlCell {
|
|||||||
public:
|
public:
|
||||||
wxHtmlContainerCell(wxHtmlContainerCell *parent);
|
wxHtmlContainerCell(wxHtmlContainerCell *parent);
|
||||||
|
|
||||||
|
%disownarg(wxHtmlCell*);
|
||||||
void InsertCell(wxHtmlCell *cell);
|
void InsertCell(wxHtmlCell *cell);
|
||||||
|
%cleardisown(wxHtmlCell*);
|
||||||
|
|
||||||
void SetAlignHor(int al);
|
void SetAlignHor(int al);
|
||||||
int GetAlignHor();
|
int GetAlignHor();
|
||||||
void SetAlignVer(int al);
|
void SetAlignVer(int al);
|
||||||
|
Reference in New Issue
Block a user