summaryrefslogtreecommitdiff
path: root/doc/index.doxy
diff options
context:
space:
mode:
authorGustavo Lima Chaves <glima@profusion.mobi>2012-11-30 14:41:39 +0000
committerGustavo Lima Chaves <glima@profusion.mobi>2012-11-30 14:41:39 +0000
commite966637e9fe77e3d52187726859a8de42eae6a22 (patch)
treea7a4f2417187c09ef3ffdf6720d5273d4daa2529 /doc/index.doxy
parentf3aa3078161e4f5fe846bb4338e7e5c49bda94ea (diff)
downloadelementary-e966637e9fe77e3d52187726859a8de42eae6a22.tar.gz
[elm] Introducing a new widget, along with its infrastructure -- prefs.
The prefs widgets aims to aid with the implementation of preference/configuration windows/UI elements in Elementary-based applications (think of Enlightenment configuration dialogs, elementary_config, etc). Prefs is a widget that populates its view with widgets bound to data types (following the instructions of a ".epb" file that describes a set of items) and handles the storage/restoration of such data on a configuration file automatically. There's also the prefs_data handle, which is the one dealing with user saved data for a given epb defaults set. The documentation on the new widget is rich (we have examples and even an EPC reference) and there's a new test entry for it. I'm blogging about it soon, with screeshots and more details. Enjoy. ps.: This is a team work by Murilo Belluzzo, Ricardo de Almeida and me. SVN revision: 79909
Diffstat (limited to 'doc/index.doxy')
-rw-r--r--doc/index.doxy10
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/index.doxy b/doc/index.doxy
index 4e652a48e..208f44065 100644
--- a/doc/index.doxy
+++ b/doc/index.doxy
@@ -16,6 +16,7 @@
* @li @ref General
* @li @ref Elm_Gesture_Layer
* @li @ref Password_last_show
+ * @li @ref elm-prefs-data
* @li @ref Start
* @li @ref Scrolling
* @li @ref Scrollhints
@@ -178,8 +179,13 @@
* @image latex img/widget/photocam/preview-00.eps
* @li @ref Popup
*
- * @image html img/widget/popup/preview-00.png
- * @image latex img/widget/popup/preview-00.eps
+ * @li @ref Prefs
+ *
+ * @image html img/widget/prefs/preview-00.png
+ * @image latex img/widget/prefs/preview-00.eps
+ * @image html img/prefs.png
+ * @image latex img/prefs.eps
+ *
* @li @ref Progressbar
*
* @image html img/widget/progressbar/preview-00.png