New DockspaceWidget Stable
This commit is contained in:
parent
7158be5890
commit
9e7704a446
8 changed files with 339 additions and 7 deletions
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
#include "LabelWidget.hpp"
|
||||
|
||||
#include <functional>
|
||||
|
||||
namespace tp {
|
||||
|
||||
class ButtonWidget : public Widget {
|
||||
|
|
@ -23,5 +25,7 @@ namespace tp {
|
|||
RGBA hoveredColor;
|
||||
RGBA accentColor;
|
||||
halnf rounding = 0;
|
||||
|
||||
std::function<void()> mCallback = [](){};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue