Release 2.1.86
[hildon] / hildon / hildon-stackable-window.c
index d047a96..1b2d6bb 100644 (file)
 
 /**
  * SECTION:hildon-stackable-window
- * @short_description: Widget representing a stackable, top-level window in the Hildon framework.
+ * @short_description: Stackable top-level window in the Hildon framework.
  * @see_also: #HildonWindowStack, #HildonProgram, #HildonWindow
  *
- * The #HildonStackableWindow is a GTK+ widget which represents a
- * top-level window in the Hildon framework. It is derived from
- * #HildonWindow. Applications that use stackable windows are organized
+ * The #HildonStackableWindow is a
+ * top-level window that can be stacked in a #HildonWindowStack. It is derived
+ * from #HildonWindow. Applications that use stackable windows are organized
  * in a hierarchical way so users can go from any window back to the
  * application's root window.
  *
@@ -89,6 +89,8 @@
  * </example>
  */
 
+#undef HILDON_DISABLE_DEPRECATED
+
 #include                                        <X11/X.h>
 #include                                        <X11/Xatom.h>
 #include                                        <gdk/gdkx.h>
@@ -145,6 +147,8 @@ hildon_stackable_window_get_stack               (HildonStackableWindow *self)
  * @self: a #HildonStackableWindow
  * @menu: a #HildonAppMenu to be used for this window
  *
+ * Sets the menu to be used for this window.
+ *
  * Deprecated: Hildon 2.2: use hildon_window_set_app_menu()
  **/
 void