diff options
author | Alberto Garcia <agarcia@igalia.com> | 2009-09-03 19:53:35 +0200 |
---|---|---|
committer | Alberto Garcia <agarcia@igalia.com> | 2009-09-03 19:53:35 +0200 |
commit | 5c9192d464868f298838bc762f921ea1ff79d5f8 (patch) | |
tree | c9406f57d03097ffa180bbb5739ff86ae405db7d /hildon/hildon-edit-toolbar.c | |
parent | 42fce5cee52a9f02e1a800a050a27b9e54ec9ed5 (diff) |
Documentation updates
* doc/hildon-sections.txt
* hildon/hildon-button.c
* hildon/hildon-edit-toolbar.c
* hildon/hildon-gtk.[ch]
* hildon/hildon-main.c
* hildon/hildon-program.c
* hildon/hildon-stackable-window.c:
Documentation updates
Diffstat (limited to 'hildon/hildon-edit-toolbar.c')
-rw-r--r-- | hildon/hildon-edit-toolbar.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/hildon/hildon-edit-toolbar.c b/hildon/hildon-edit-toolbar.c index 9b8d910..7db0ecc 100644 --- a/hildon/hildon-edit-toolbar.c +++ b/hildon/hildon-edit-toolbar.c @@ -1,7 +1,7 @@ /* * This file is a part of hildon * - * Copyright (C) 2008 Nokia Corporation, all rights reserved. + * Copyright (C) 2008, 2009 Nokia Corporation, all rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser Public License as published by @@ -33,6 +33,10 @@ * To add a #HildonEditToolbar to a window use * hildon_window_set_edit_toolbar(). * + * This toolbar is meant to replace the window title bar by emulating + * its appearance, so you should put the window in full screen mode + * with gtk_window_fullscreen(). + * * <example> * <title>HildonEditToolbar example</title> * <programlisting> |