diff options
author | Matthias Clasen <mclasen@redhat.com> | 2004-12-02 03:22:18 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-12-02 03:22:18 +0000 |
commit | 6139841dadc99ff77aa373b147c6de0a49a19c68 (patch) | |
tree | d85ed09580c023476619fc04ef51bb1cbb422b04 /docs | |
parent | fc71989177d6f1971b2e2da83a117a4b5422e8a6 (diff) | |
download | gdk-pixbuf-6139841dadc99ff77aa373b147c6de0a49a19c68.tar.gz |
Document all window types. (#160149, Billy Biggs)
2004-12-01 Matthias Clasen <mclasen@redhat.com>
* gdk/tmpl/windows.sgml: Document all window types. (#160149,
Billy Biggs)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/ChangeLog | 5 | ||||
-rw-r--r-- | docs/reference/gdk/tmpl/windows.sgml | 17 |
2 files changed, 18 insertions, 4 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index f364a784f..16add4102 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,8 @@ +2004-12-01 Matthias Clasen <mclasen@redhat.com> + + * gdk/tmpl/windows.sgml: Document all window types. (#160149, + Billy Biggs) + 2004-11-29 Matthias Clasen <mclasen@redhat.com> * gtk/gtk-sections.txt: Remove gtk_cell_view_set_cell_data(). diff --git a/docs/reference/gdk/tmpl/windows.sgml b/docs/reference/gdk/tmpl/windows.sgml index e1ddb66f1..e3d1de59a 100644 --- a/docs/reference/gdk/tmpl/windows.sgml +++ b/docs/reference/gdk/tmpl/windows.sgml @@ -191,15 +191,24 @@ These are hints for the window manager that indicate what type of function the window has. The window manager can use this when determining decoration and behaviour of the window. The hint must be set before mapping the window. </para> +<para> +See the +<ulink url="http://www.freedesktop.org/standards/wm-spec">extended +window manager hints</ulink> specification for more details about +window types. +</para> @GDK_WINDOW_TYPE_HINT_NORMAL: Normal toplevel window. @GDK_WINDOW_TYPE_HINT_DIALOG: Dialog window. @GDK_WINDOW_TYPE_HINT_MENU: Window used to implement a menu. @GDK_WINDOW_TYPE_HINT_TOOLBAR: Window used to implement toolbars. -@GDK_WINDOW_TYPE_HINT_SPLASHSCREEN: -@GDK_WINDOW_TYPE_HINT_UTILITY: -@GDK_WINDOW_TYPE_HINT_DOCK: -@GDK_WINDOW_TYPE_HINT_DESKTOP: +@GDK_WINDOW_TYPE_HINT_SPLASHSCREEN: Window used to display a splash + screen during application startup. +@GDK_WINDOW_TYPE_HINT_UTILITY: Utility windows which are not detached + toolbars or dialogs. +@GDK_WINDOW_TYPE_HINT_DOCK: Used for creating dock or panel windows. +@GDK_WINDOW_TYPE_HINT_DESKTOP: Used for creating the desktop background +window. <!-- ##### STRUCT GdkWindowAttr ##### --> <para> |