diff options
| author | Juan Linietsky <reduzio@gmail.com> | 2017-01-12 18:27:27 -0300 |
|---|---|---|
| committer | Juan Linietsky <reduzio@gmail.com> | 2017-01-12 18:28:12 -0300 |
| commit | da477b76a98ee7ca4ac16773d3baf1299e053da7 (patch) | |
| tree | 8cd8611b43081d51df4a293ae0b27f0b8ce50fa2 /scene/gui/patch_9_frame.h | |
| parent | a971186c266de2df818a7f3dc063a49b0ad51bd8 (diff) | |
| download | redot-engine-da477b76a98ee7ca4ac16773d3baf1299e053da7.tar.gz | |
some class renames
TextureFrame -> TextureRect
Patch9Frame -> NinePatchRect
ColorFrame -> ColorRect
Diffstat (limited to 'scene/gui/patch_9_frame.h')
| -rw-r--r-- | scene/gui/patch_9_frame.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scene/gui/patch_9_frame.h b/scene/gui/patch_9_frame.h index afbeca5ae8..d55f4e4f69 100644 --- a/scene/gui/patch_9_frame.h +++ b/scene/gui/patch_9_frame.h @@ -33,9 +33,9 @@ /** @author Juan Linietsky <reduzio@gmail.com> */ -class Patch9Frame : public Control { +class NinePatchRect : public Control { - GDCLASS(Patch9Frame,Control); + GDCLASS(NinePatchRect,Control); bool draw_center; int margin[4]; @@ -61,8 +61,8 @@ public: void set_draw_center(bool p_enable); bool get_draw_center() const; - Patch9Frame(); - ~Patch9Frame(); + NinePatchRect(); + ~NinePatchRect(); }; #endif // PATCH_9_FRAME_H |
