mirror of
https://github.com/edubart/otclient.git
synced 2025-12-16 05:39:47 +01:00
add horizontal box layout, enter keypress fix
This commit is contained in:
@@ -30,6 +30,8 @@ class UIWidget;
|
||||
class UILineEdit;
|
||||
class UIFrameCounter;
|
||||
class UILayout;
|
||||
class UIBoxLayout;
|
||||
class UIHorizontalLayout;
|
||||
class UIVerticalLayout;
|
||||
class UIGridLayout;
|
||||
class UIAnchorLayout;
|
||||
@@ -40,6 +42,8 @@ typedef std::weak_ptr<UIWidget> UIWidgetWeakPtr;
|
||||
typedef std::shared_ptr<UILineEdit> UILineEditPtr;
|
||||
typedef std::shared_ptr<UIFrameCounter> UIFrameCounterPtr;
|
||||
typedef std::shared_ptr<UILayout> UILayoutPtr;
|
||||
typedef std::shared_ptr<UIBoxLayout> UIBoxLayoutPtr;
|
||||
typedef std::shared_ptr<UIHorizontalLayout> UIHorizontalLayoutPtr;
|
||||
typedef std::shared_ptr<UIVerticalLayout> UIVerticalLayoutPtr;
|
||||
typedef std::shared_ptr<UIGridLayout> UIGridLayoutPtr;
|
||||
typedef std::shared_ptr<UIAnchorLayout> UIAnchorLayoutPtr;
|
||||
|
||||
Reference in New Issue
Block a user