SDK/BaseWidget: Add SetParent

This commit is contained in:
Lynix
2019-07-05 22:21:35 +02:00
parent c09b2d3747
commit 3bed2fb7fe
3 changed files with 23 additions and 0 deletions

View File

@@ -81,6 +81,7 @@ namespace Ndk
void SetBackgroundColor(const Nz::Color& color);
void SetCursor(Nz::SystemCursor systemCursor);
void SetFocus();
void SetParent(BaseWidget* widget);
inline void SetFixedHeight(float fixedHeight);
inline void SetFixedSize(const Nz::Vector2f& fixedSize);