X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fcontrols%2Fpopup%2Fpopup.h;h=1ab708bc0e7163827b897b2f435879bdf2d900ff;hp=040cb08a768b7d4f0d59301eebcfbf88ea7a630d;hb=d04c5bdbb95cc98f90848c7a98b0b2804df6e5b8;hpb=1b1e10a3f4e486553200d8ddeb57d953c2284579 diff --git a/dali-toolkit/public-api/controls/popup/popup.h b/dali-toolkit/public-api/controls/popup/popup.h index 040cb08..1ab708b 100644 --- a/dali-toolkit/public-api/controls/popup/popup.h +++ b/dali-toolkit/public-api/controls/popup/popup.h @@ -20,7 +20,6 @@ // INTERNAL INCLUDES #include -#include namespace Dali { @@ -167,18 +166,11 @@ public: void SetTitle( const std::string& text ); /** - * @brief Sets a title for this Popup. - * - * @param[in] titleActor The TextView to appear as the heading for this Popup - */ - void SetTitle( TextView titleActor ); - - /** * @brief Gets the text (TextView) for this Popup. * - * @return The TextView representing this popup is returned. + * @return The text to appear as the heading for this Popup */ - TextView GetTitle() const; + std::string GetTitle() const; /** * @brief Adds a button to this Popup. @@ -252,6 +244,11 @@ public: */ void HideTail(); + /** + * @brief Flag the popup as dirty for relayout + */ + void MarkDirtyForRelayout(); + public: // Not intended for application developers /**