diff options
author | Alberto Garcia <agarcia@igalia.com> | 2009-02-04 19:39:39 +0000 |
---|---|---|
committer | Alberto Garcia <agarcia@igalia.com> | 2009-02-04 19:39:39 +0000 |
commit | a65c18afe2970de158fc7e1d18c1445b15f1ec3d (patch) | |
tree | de0a1f071cd2557351c9435c9bb361a7a508d7a7 /doc | |
parent | 095e1a32375b31969818f5106290ff6579806d01 (diff) |
2009-02-04 Alberto Garcia <agarcia@igalia.com>
* doc/hildon-sections.txt
* src/hildon-window-private.h
* src/hildon-window.h
* src/hildon-window.c (hildon_window_init)
(hildon_window_realize, hildon_window_unrealize)
(hildon_window_map, hildon_window_unmap, hildon_window_expose)
(hildon_window_size_request, hildon_window_size_allocate)
(hildon_window_forall, hildon_window_show_all)
(hildon_window_destroy, +paint_edit_toolbar)
(+hildon_window_set_edit_toolbar):
New hildon_window_set_edit_toolbar() method, to add a
HildonEditToolbar to a window without having to pack it manually.
Reorganize hildon_window_size_allocate()
* src/hildon-edit-toolbar.c: Update documentation.
* examples/hildon-edit-toolbar-example.c (edit_window): Update
example to use the new API.
Fixes: NB#98039 (Wishlist: hildon_window_add_edit_toolbar())
Diffstat (limited to 'doc')
-rw-r--r-- | doc/hildon-sections.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/hildon-sections.txt b/doc/hildon-sections.txt index 7145532..fd92b31 100644 --- a/doc/hildon-sections.txt +++ b/doc/hildon-sections.txt @@ -686,6 +686,7 @@ hildon_window_set_main_menu hildon_window_set_menu hildon_window_add_toolbar hildon_window_remove_toolbar +hildon_window_set_edit_toolbar hildon_window_get_is_topmost <SUBSECTION Standard> HILDON_WINDOW |