]> git.lizzy.rs Git - irrlicht.git/blobdiff - include/IGUIElement.h
Merging r6186 through r6192 from trunk to ogl-es branch
[irrlicht.git] / include / IGUIElement.h
index d5d0bace2aac68afe0e10a5eb254babde3b934c7..5968430ab95b4384e1953c4042986d1336673f71 100644 (file)
@@ -209,6 +209,29 @@ public:
                }\r
        }\r
 \r
+       //! How left element border is aligned when parent is resized\r
+       EGUI_ALIGNMENT getAlignLeft() const \r
+       {\r
+               return AlignLeft;\r
+       }\r
+\r
+       //! How right element border is aligned when parent is resized\r
+       EGUI_ALIGNMENT getAlignRight() const \r
+       {\r
+               return AlignRight;\r
+       }\r
+\r
+       //! How top element border is aligned when parent is resized\r
+       EGUI_ALIGNMENT getAlignTop() const \r
+       {\r
+               return AlignTop;\r
+       }\r
+\r
+       //! How bottom element border is aligned when parent is resized\r
+       EGUI_ALIGNMENT getAlignBottom() const \r
+       {\r
+               return AlignBottom;\r
+       }\r
 \r
        //! Updates the absolute position.\r
        virtual void updateAbsolutePosition()\r