remove sidebar and make panels popup
This commit is contained in:
@@ -47,6 +47,7 @@ enum class kAttribute : uint16_t
|
||||
RTL = const_hash("rtl"),
|
||||
AutoSize = const_hash("autosize"),
|
||||
MouseCapture = const_hash("mouse-capture"),
|
||||
ScrollColor = const_hash("scroll-color"),
|
||||
};
|
||||
|
||||
enum class kWidget : uint16_t
|
||||
@@ -141,6 +142,10 @@ public:
|
||||
void SetHeightP(float value);
|
||||
void SetSize(glm::vec2 value);
|
||||
void SetSize(float w, float h);
|
||||
void SetMaxWidth(float value);
|
||||
void SetMaxWidthP(float value);
|
||||
void SetMaxHeight(float value);
|
||||
void SetMaxHeightP(float value);
|
||||
|
||||
void SetPadding(float t, float r, float b, float l);
|
||||
glm::vec4 GetPadding() const;
|
||||
|
||||
Reference in New Issue
Block a user