Add GetMaxTotalWidth
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26328 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
bb96dd9306
commit
0d267606ff
@ -487,6 +487,11 @@ public:
|
|||||||
int GetWidth();
|
int GetWidth();
|
||||||
int GetHeight();
|
int GetHeight();
|
||||||
int GetDescent();
|
int GetDescent();
|
||||||
|
|
||||||
|
// Returns the maximum possible length of the cell.
|
||||||
|
// Call Layout at least once before using GetMaxTotalWidth()
|
||||||
|
int GetMaxTotalWidth() const;
|
||||||
|
|
||||||
const wxString& GetId() const;
|
const wxString& GetId() const;
|
||||||
void SetId(const wxString& id);
|
void SetId(const wxString& id);
|
||||||
wxHtmlLinkInfo* GetLink(int x = 0, int y = 0);
|
wxHtmlLinkInfo* GetLink(int x = 0, int y = 0);
|
||||||
|
Loading…
Reference in New Issue
Block a user