git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38057
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
%typemap(out) wxHtmlCell*; // turn off this typemap
wxHtmlCell();
%typemap(out) wxHtmlCell*; // turn off this typemap
wxHtmlCell();
// Turn it back on again
%typemap(out) wxHtmlCell* { $result = wxPyMake_wxObject($1, $owner); }
// Turn it back on again
%typemap(out) wxHtmlCell* { $result = wxPyMake_wxObject($1, $owner); }
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 SetPos(int x, int y);
void Layout(int w);
void SetParent(wxHtmlContainerCell *p);
void SetPos(int x, int y);
void Layout(int w);
public:
wxHtmlContainerCell(wxHtmlContainerCell *parent);
public:
wxHtmlContainerCell(wxHtmlContainerCell *parent);
+ %disownarg(wxHtmlCell*);
void InsertCell(wxHtmlCell *cell);
void InsertCell(wxHtmlCell *cell);
+ %cleardisown(wxHtmlCell*);
+
void SetAlignHor(int al);
int GetAlignHor();
void SetAlignVer(int al);
void SetAlignHor(int al);
int GetAlignHor();
void SetAlignVer(int al);