elc_naviframe.h: added more description about stack architecture of naviframe.
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Tue, 22 Oct 2013 14:13:32 +0000 (23:13 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Tue, 22 Oct 2013 14:13:32 +0000 (23:13 +0900)
src/lib/elc_naviframe.h

index 1413496..968fcc6 100644 (file)
  *
  * A naviframe holds views (or pages) as its items. Those items are
  * organized in a stack, so that new items get pushed on top of the
- * old, and only the topmost view is displayed at one time. The
- * transition between views is animated, depending on the theme
- * applied to the widget.
+ * old, and only the topmost view is displayed at one time. Due to the
+ * characteristics of a stack, even though you push a new item, previous item
+ * is not deleted. Previous item will be shown when you pop new item. The
+ * transition between views is animated, depending on the theme applied to the
+ * widget.
  *
  * Naviframe views hold spaces to various elements, which are:
  * - back button, used to navigate to previous views,