Wiki page popup_tutorial changed with summary [] by Amitesh Singh

This commit is contained in:
Amitesh Singh 2015-07-18 21:23:19 -07:00 committed by apache
parent 25430abfb5
commit 6f3083c092
1 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ This tutorial explains how to use Popup in the application.
* [[#Initializing_the_Application|Initializing the Application]]
* [[#Creating_a_Popup_Widget|Creating a Popup Widget]]
* [[#Creating_a_Custom_Popup|Creating a Custop Popup]]
* [[#Creating_a_Custom_Popup|Creating a Custom Popup]]
A popup example : {{ :popup.png?direct |list}}
@ -70,10 +70,10 @@ static void
_btn_click_cb(void *data, Evas_Object *obj EINA_UNUSED,
void *event_info EINA_UNUSED)
{
// Add an elm popup
Evas_Object *popup;
Evas_Object *btn;
// Add an elm popup
popup = elm_popup_add(data);
elm_object_text_set(popup, "This Popup has content area and "
"action area set, action area has one button Close");