Author:halw

Date:2008-09-23T14:51:54.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@35 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
halw
2008-09-23 14:51:54 +00:00
parent 574536712d
commit b0a9287f39
29 changed files with 74 additions and 131 deletions

View File

@@ -1,12 +1,8 @@
[[Property:title|Preference Library]]
[[Property:title|EiffelPreference Tutorial]]
[[Property:link_title|EiffelPreferences Tutorial]]
[[Property:weight|0]]
[[Property:uuid|0c717db7-fb53-80b3-e32f-cc8356afa5f8]]
The preference library is a platform independent library that can be used to add preference and configuration settings to your application. Briefly, the library provides support for creating fully configurable preference values, on per application or per user basis. It also provides a graphical interface for manipulation of these values, and a easily extendible design for you to add your own custom preference types.
* [[Overview|Overview]]
* [[Initialization|Initialization]]
* [[Interface for preferences|Graphical]]