Add BaseWidget::ShowChildren
This commit is contained in:
@@ -75,6 +75,7 @@ namespace Ndk
|
||||
|
||||
bool HasFocus() const;
|
||||
|
||||
inline void Hide();
|
||||
inline bool IsVisible() const;
|
||||
|
||||
void Resize(const Nz::Vector2f& size);
|
||||
@@ -128,6 +129,8 @@ namespace Ndk
|
||||
|
||||
inline void SetPreferredSize(const Nz::Vector2f& preferredSize);
|
||||
|
||||
virtual void ShowChildren(bool show);
|
||||
|
||||
private:
|
||||
inline BaseWidget();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user