diff options
author | Alberto Garcia <agarcia@igalia.com> | 2008-09-05 18:47:23 +0000 |
---|---|---|
committer | Alberto Garcia <agarcia@igalia.com> | 2008-09-05 18:47:23 +0000 |
commit | 0bc2502078811a13e011bef51f4addf19f7ad295 (patch) | |
tree | 481239906b87c65e3f28f0a1e64e71faee42764a /doc | |
parent | 9689ddd214b13e87eae83a5d78d4fc7b170812a4 (diff) |
2008-09-05 Alberto Garcia <agarcia@igalia.com>
* doc/hildon-docs.sgml
* doc/hildon.types
* examples/Makefile.am
* examples/hildon-entry-example.c
* src/Makefile.am
* src/hildon-entry.c
* src/hildon-entry.h
* src/hildon.h:
New HildonEntry 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 52913a6..4ec8062 100644 --- a/doc/hildon-docs.sgml +++ b/doc/hildon-docs.sgml @@ -62,6 +62,7 @@ <xi:include href="xml/hildon-range-editor.xml"/> <xi:include href="xml/hildon-time-editor.xml"/> <xi:include href="xml/hildon-date-editor.xml"/> + <xi:include href="xml/hildon-entry.xml"/> </chapter> <chapter> diff --git a/doc/hildon.types b/doc/hildon.types index a1cde1b..2bac5da 100644 --- a/doc/hildon.types +++ b/doc/hildon.types @@ -38,6 +38,7 @@ #include <src/hildon-pannable-area.h> #include <src/hildon-stackable-window.h> #include <src/hildon-app-menu.h> +#include <src/hildon-entry.h> #include <src/hildon-button.h> #include <src/hildon-touch-selector.h> #include <src/hildon-touch-selector-entry.h> @@ -83,6 +84,7 @@ hildon_dialog_get_type hildon_pannable_area_get_type hildon_stackable_window_get_type hildon_app_menu_get_type +hildon_entry_get_type hildon_button_get_type hildon_touch_selector_get_type hildon_touch_selector_entry_get_type |