Wiki page popup_tutorial changed with summary [remove TODOs] by Amitesh Singh

This commit is contained in:
Amitesh Singh 2015-08-20 08:16:55 -07:00 committed by apache
parent ebdecb2baf
commit 507a27631e
1 changed files with 1 additions and 6 deletions

View File

@ -7,7 +7,6 @@ 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 Custom Popup]]
A popup example : {{ :popup.png?direct |list}}
@ -88,8 +87,4 @@ _btn_click_cb(void *data, Evas_Object *obj EINA_UNUSED,
// of popup to set the focus into popup's contents correctly.
evas_object_show(popup);
}
</code>
=== Creating a Custom Popup ===
TODO
</code>