Reorganize code in widgets
This commit is contained in:
parent
1508a51cde
commit
7cf3328a40
31 changed files with 652 additions and 481 deletions
11
WidgetsNew/public/mangers/LayoutManager.hpp
Normal file
11
WidgetsNew/public/mangers/LayoutManager.hpp
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#pragma once
|
||||
|
||||
#include "Layout.hpp"
|
||||
|
||||
namespace tp {
|
||||
class LayoutManager {
|
||||
public:
|
||||
LayoutManager() = default;
|
||||
void adjust(Widget* root);
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue