summaryrefslogtreecommitdiff
path: root/src/examples/hoversel_example_01.c
Commit message (Collapse)AuthorAgeFilesLines
* hoversel: Enabled default mirroring in hoversel.Shobhit2015-03-041-2/+39
| | | | | | | | | | | | | | | | | | | Removed default disable automatic mirroring of hoversel. Summary: Removed below API call for hoversel, hover, box and button object elm_widget_mirrored_automatic_set(obj, EINA_FALSE); Modified theme of "elm/button/base/hoversel_vertical_entry/default" to remove console errors due to theme, and modified text.align to -1 as 'x' value to set auto align for Arabic text. Modified example hoversel_example_01.c to illustrate mirroring functionality @fix Reviewers: Hermet, seoz, tasn Subscribers: sachin.dev Differential Revision: https://phab.enlightenment.org/D1910
* elm: Remove unnecessary elm_shutdown() while using ELM_MAIN().Daniel Juyung Seo2014-11-141-1/+0
| | | | | elm_shutdown() is automatically called when you use ELM_MAIN() since elementary 1.12.
* elm examples: call evas_object_show(win) after its content creation.Daniel Juyung Seo2013-12-151-2/+3
| | | | | | - refer commit 64fd5a825b24591aedb9cac695d03f5b4d867442 for the detail explanation. - also move evas_object_resize(win, xx) alongside evas_object_show(win).
* hoversel_example_01.c: refactoring example.Daniel Juyung Seo2013-06-261-21/+15
| | | | | Make the button text description clear. It was ambigous what will happen if we press the buttons and hoversel items. This fixes T181 issue. https://phab.enlightenment.org/T181
* examples: refactoring. use elm_win_util_standard_add() for normal cases. ↵Daniel Juyung Seo2013-06-261-9/+4
| | | | season 2.
* elm/examples: Fix hoversel example to don't check for expanded mode.Rafael Antognolli2013-04-081-3/+2
| | | | | Checking if the hoversel is not expanded does not make sense, since it will be always expanded when one is clicking on its visible items.
* elm: Fixed formatting. Added a space after 'if/while/for'Daniel Juyung Seo2012-03-291-2/+2
| | | | SVN revision: 69744
* elm examples: I removed __UNUSED__ and config header inclusion. This code is ↵Daniel Juyung Seo2012-03-281-10/+5
| | | | | | an example for other developers so we don't need that extra macros. But how can I ignore this warning while building elementary? SVN revision: 69698
* elm examples: Use standard way of elementary applications. EAPI_MAIN, ↵Daniel Juyung Seo2012-03-281-0/+1
| | | | | | elm_shutdown, ELM_MAIN() SVN revision: 69690
* elm examples: Fixed most of shadow variable warnings and unused warnings.Daniel Juyung Seo2012-03-281-5/+5
| | | | SVN revision: 69682
* elm examples: Define __UNUSED__ when HAVE_CONFIG_H is not defined.Daniel Juyung Seo2012-03-281-0/+2
| | | | SVN revision: 69678
* Fixing bugs in examples.João Paulo Fernandes Ventura2012-03-191-1/+1
| | | | | | Patch by: João Paulo Fernandes Ventura<ventura@profusion.mobi> SVN revision: 69507
* Hoversel example and doc fix.Jonas M. Gastal2012-03-141-2/+3
| | | | | | Patch by: João Paulo Fernandes Ventura SVN revision: 69342
* elementary/menu, ctxpopup, index, segment_control, diskselector, ↵ChunEon Park2012-01-101-1/+1
| | | | | | | | | | | | multibuttonentry, toolbar, naviframe, slideshow, hoversel, filpselector - deprecated xxxx_item_del() APIs. But instead, made to use the elm_object_item_del() APIs for this, elm_widget_item needed to provide elm_widget_item_del_pre_hook. SVN revision: 67010
* elementary - Added 1 more API elm_object_item_del_cb_set()ChunEon Park2012-01-021-1/+1
| | | | | | | | | | | | | | also deprecated below APIs elm_hoversel_item_del_cb_set() elm_diskselector_item_del_cb_set() elm_toolbar_item_del_cb_set() elm_index_item_del_cb_set() elm_menu_item_del_cb_set() SVN revision: 66748
* elemenatry/hoversel - updated doc. deprecated APIsChunEon Park2011-12-201-4/+4
| | | | | | | | | | | | elm_hoversel_icon_set elm_hoversel_icon_get elm_hoversel_icon_unset elm_hoversel_item_data_get elm_hoversel_item_label_get SVN revision: 66350
* elementary/hoversel - Elm_Hoversel_Item -> Elm_Object_ItemChunEon Park2011-12-201-10/+11
| | | | | | | | **This may break your application compilation** SVN revision: 66343
* elm src/examples: Applied caro's r62885 changes to examples.Daniel Juyung Seo2011-08-291-1/+1
| | | | | | | Changed EAPI -> EAPI_MAIN in applications. http://trac.enlightenment.org/e/changeset/62885 SVN revision: 62931
* Elementary: Hoversel documentation.Jonas M. Gastal2011-07-151-0/+103
SVN revision: 61400