add API to remove widget anchors

This commit is contained in:
Eduardo Bart
2012-04-05 19:46:53 -03:00
parent 248ea9e8bc
commit 218f2e4994
4 changed files with 21 additions and 10 deletions

View File

@@ -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();