diff options
author | Alberto Garcia <agarcia@igalia.com> | 2008-09-10 16:22:17 +0000 |
---|---|---|
committer | Alberto Garcia <agarcia@igalia.com> | 2008-09-10 16:22:17 +0000 |
commit | 11377011d3825a04f0898d999ff29cc4cf7c9a61 (patch) | |
tree | 062c41a93c931ce10619a3bdd74f3e39d6cb0cec /doc | |
parent | f54a47a10c77e85090a2cc75a828a1131ad90730 (diff) |
2008-09-10 Alberto Garcia <agarcia@igalia.com>
* doc/hildon-docs.sgml
* doc/hildon.types
* examples/Makefile.am
* examples/hildon-text-view-example.c
* src/Makefile.am
* src/hildon-text-view.c
* src/hildon-text-view.h
* src/hildon.h:
New HildonTextView widget, with example.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/hildon-docs.sgml | 1 | ||||
-rw-r--r-- | doc/hildon.types | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/doc/hildon-docs.sgml b/doc/hildon-docs.sgml index 4ec8062..d95c27c 100644 --- a/doc/hildon-docs.sgml +++ b/doc/hildon-docs.sgml @@ -63,6 +63,7 @@ <xi:include href="xml/hildon-time-editor.xml"/> <xi:include href="xml/hildon-date-editor.xml"/> <xi:include href="xml/hildon-entry.xml"/> + <xi:include href="xml/hildon-text-view.xml"/> </chapter> <chapter> diff --git a/doc/hildon.types b/doc/hildon.types index 2bac5da..52e21a8 100644 --- a/doc/hildon.types +++ b/doc/hildon.types @@ -39,6 +39,7 @@ #include <src/hildon-stackable-window.h> #include <src/hildon-app-menu.h> #include <src/hildon-entry.h> +#include <src/hildon-text-view.h> #include <src/hildon-button.h> #include <src/hildon-touch-selector.h> #include <src/hildon-touch-selector-entry.h> @@ -85,6 +86,7 @@ hildon_pannable_area_get_type hildon_stackable_window_get_type hildon_app_menu_get_type hildon_entry_get_type +hildon_text_view_get_type hildon_button_get_type hildon_touch_selector_get_type hildon_touch_selector_entry_get_type |