summaryrefslogtreecommitdiffstats
path: root/scene/gui/patch_9_frame.h
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2017-01-12 18:27:27 -0300
committerJuan Linietsky <reduzio@gmail.com>2017-01-12 18:28:12 -0300
commitda477b76a98ee7ca4ac16773d3baf1299e053da7 (patch)
tree8cd8611b43081d51df4a293ae0b27f0b8ce50fa2 /scene/gui/patch_9_frame.h
parenta971186c266de2df818a7f3dc063a49b0ad51bd8 (diff)
downloadredot-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.h8
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