brush panel folding

This commit is contained in:
2019-02-19 23:29:07 +01:00
parent ccd23cd662
commit 7954e4d900
10 changed files with 101 additions and 34 deletions

View File

@@ -158,6 +158,11 @@ public:
void SetAspectRatio(float ar);
void SetRTL(YGDirection dir);
// used in visibility switch
YGNodeRef y_placeholder = nullptr;
void SetVisibility(bool visible);
void ToggleVisibility();
glm::vec2 GetPosition();
float GetWidth();
float GetHeight();