|
@@ -100,8 +100,6 @@ private:
|
|
int icon_max_width = 0;
|
|
int icon_max_width = 0;
|
|
} theme_cache;
|
|
} theme_cache;
|
|
|
|
|
|
- Size2 _fit_icon_size(const Size2 &p_size) const;
|
|
|
|
-
|
|
|
|
void _shape(Ref<TextParagraph> p_paragraph = Ref<TextParagraph>(), String p_text = "");
|
|
void _shape(Ref<TextParagraph> p_paragraph = Ref<TextParagraph>(), String p_text = "");
|
|
void _texture_changed();
|
|
void _texture_changed();
|
|
|
|
|
|
@@ -111,6 +109,7 @@ protected:
|
|
void _set_internal_margin(Side p_side, float p_value);
|
|
void _set_internal_margin(Side p_side, float p_value);
|
|
virtual void _queue_update_size_cache();
|
|
virtual void _queue_update_size_cache();
|
|
|
|
|
|
|
|
+ Size2 _fit_icon_size(const Size2 &p_size) const;
|
|
Ref<StyleBox> _get_current_stylebox() const;
|
|
Ref<StyleBox> _get_current_stylebox() const;
|
|
Size2 _get_largest_stylebox_size() const;
|
|
Size2 _get_largest_stylebox_size() const;
|
|
void _notification(int p_what);
|
|
void _notification(int p_what);
|