RichTextLabel, doc: Added new method to get total content height
This commit is contained in:
parent
d87307d850
commit
63a472aea4
3 changed files with 19 additions and 3 deletions
|
|
@ -340,6 +340,8 @@ public:
|
|||
int get_line_count() const;
|
||||
int get_visible_line_count() const;
|
||||
|
||||
int get_content_height();
|
||||
|
||||
VScrollBar *get_v_scroll() { return vscroll; }
|
||||
|
||||
virtual CursorShape get_cursor_shape(const Point2 &p_pos) const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue