diff options
author | Claudio Saavedra <csaavedra@igalia.com> | 2009-09-22 15:14:40 +0300 |
---|---|---|
committer | Claudio Saavedra <csaavedra@igalia.com> | 2009-10-01 19:52:43 +0300 |
commit | 3d7eef2c39310b8409602d25e34944b1505e7938 (patch) | |
tree | 9ca9a1651c9a4f476a0bb736ef74a6d68d939380 /ChangeLog | |
parent | 3d133ba225cb64205fcb6e994cc6e107fb8564bb (diff) |
Add hildon_banner_show_custom_widget()
* doc/hildon-sections.txt: Add hildon_banner_show_custom_widget()
* examples/hildon-banner-example.c: (area_expose),
(custom_widget_new), (on_progress_idle): New example showing a custom widget.
* hildon/hildon-banner.c:
* hildon/hildon-banner.h: Add hildon_banner_show_custom_widget().
Fixes: NB#140140 (Allow custom widgets to be used in banners)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2009-09-23 Claudio Saavedra <csaavedra@igalia.com> + + * doc/hildon-sections.txt: Add hildon_banner_show_custom_widget() + * examples/hildon-banner-example.c: (area_expose), + (custom_widget_new), (on_progress_idle): New example showing a custom widget. + * hildon/hildon-banner.c: + * hildon/hildon-banner.h: Add hildon_banner_show_custom_widget(). + + Fixes: NB#140140 (Allow custom widgets to be used in banners) + 2009-10-01 Alberto Garcia <agarcia@igalia.com> * hildon/hildon-banner.c (hildon_banner_timeout): |