Doc updates to HildonAppMenu
authorAlberto Garcia <agarcia@igalia.com>
Mon, 25 May 2009 17:57:06 +0000 (19:57 +0200)
committerAlberto Garcia <agarcia@igalia.com>
Mon, 25 May 2009 17:57:09 +0000 (19:57 +0200)
* hildon/hildon-app-menu.c: Doc updates.

ChangeLog
hildon/hildon-app-menu.c

index 6de1c62..f3903bf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-25  Alberto Garcia  <agarcia@igalia.com>
+
+       * hildon/hildon-app-menu.c: Doc updates.
+
 2009-05-25  Claudio Saavedra  <csaavedra@igalia.com>
 
        * hildon/hildon-banner.c: Remove leftover macro.
index 8b6974d..2381f22 100644 (file)
@@ -20,8 +20,8 @@
  * SECTION:hildon-app-menu
  * @short_description: Widget representing the application menu in the Hildon framework.
  *
- * The #HildonAppMenu is a GTK widget which represents an application
- * menu in the Hildon framework.
+ * #HildonAppMenu is a GTK widget which represents an application menu
+ * in the Hildon framework.
  *
  * This menu opens from the top of the screen and contains a number of
  * entries (#GtkButton) organized in one or two columns, depending on
  * if the screen is resized). Entries are added left to right and top
  * to bottom.
  *
- * Besides that, the #HildonAppMenu can contain a group of filter buttons
- * (#GtkToggleButton or #GtkRadioButton).
+ * Besides that, #HildonAppMenu can contain a group of filter buttons
+ * (#GtkToggleButton or #GtkRadioButton). Filters are meant to change
+ * the way data is presented in the application, rather than change
+ * the layout of the menu itself. For example, a file manager can have
+ * filters to decide the order used to display a list of files (name,
+ * date, size, etc.).
  *
  * To use a #HildonAppMenu, add it to a #HildonWindow using
  * hildon_window_set_app_menu(). The menu will appear when the user