SDK/Widgets: Inherit parent rendering rect

This commit is contained in:
Lynix
2020-02-22 15:16:22 +01:00
parent 369e21cafb
commit 9d88fcd649
2 changed files with 25 additions and 7 deletions

View File

@@ -110,6 +110,8 @@ namespace Ndk
void InvalidateNode() override;
Nz::Rectf GetScissorRect() const;
virtual bool IsFocusable() const;
virtual void OnFocusLost();
virtual void OnFocusReceived();