StdPopUp.hpp
Go to the documentation of this file.
void onChangePropertyComment()
property callback when request a change of the Comment.
ewol::widget::LabelShared m_title
Title Label widget.
Definition: StdPopUp.hpp:58
eproperty::Value< std::string > propertyComment
comment in the pop-up (can be decorated text)
Definition: StdPopUp.hpp:44
ewol::widget::LabelShared m_comment
Comment label widget.
Definition: StdPopUp.hpp:63
eproperty::Value< std::string > propertyTitle
Title of the pop-up.
Definition: StdPopUp.hpp:43
Definition: Area.hpp:16
void onChangePropertyTitle()
property callback when request a change of the title.
Definition: PopUp.hpp:24
ewol::widget::SizerShared m_subBar
subwidget bar containing all the button.
Definition: StdPopUp.hpp:69
ewol::widget::ButtonShared addButton(const std::string &_text, bool _autoExit=false)
Add a buttom button.
The std pop up widget is a siple message widget to notify user of some simple things, like:
Definition: StdPopUp.hpp:41