Added wxHtmlCell::[S|G]etId
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24943 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
33785d9f22
commit
2678dd26fb
@ -487,6 +487,8 @@ public:
|
||||
int GetWidth();
|
||||
int GetHeight();
|
||||
int GetDescent();
|
||||
const wxString& GetId() const;
|
||||
void SetId(const wxString& id);
|
||||
wxHtmlLinkInfo* GetLink(int x = 0, int y = 0);
|
||||
wxHtmlCell* GetNext();
|
||||
wxHtmlContainerCell* GetParent();
|
||||
|
Loading…
Reference in New Issue
Block a user