X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=hildon%2Fhildon-edit-toolbar.c;h=7db0ecc501a0c8317d615272b37b0c15d926292e;hb=5c9192d464868f298838bc762f921ea1ff79d5f8;hp=9b8d9107d87844ca5bba70f219c37ffeba075115;hpb=42fce5cee52a9f02e1a800a050a27b9e54ec9ed5;p=hildon 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(). + * * * HildonEditToolbar example *