mirror of
https://github.com/edubart/otclient.git
synced 2025-12-24 16:57:11 +01:00
add API to remove widget anchors
This commit is contained in:
@@ -92,6 +92,7 @@ public:
|
||||
void unlockChild(const UIWidgetPtr& child);
|
||||
void applyStyle(const OTMLNodePtr& styleNode);
|
||||
void addAnchor(Fw::AnchorEdge anchoredEdge, const std::string& hookedWidgetId, Fw::AnchorEdge hookedEdge);
|
||||
void removeAnchor(Fw::AnchorEdge anchoredEdge);
|
||||
void fill(const std::string& hookedWidgetId);
|
||||
void centerIn(const std::string& hookedWidgetId);
|
||||
void breakAnchors();
|
||||
|
||||
Reference in New Issue
Block a user