diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2003-08-10 23:37:37 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2003-08-10 23:37:37 +0000 |
commit | 424433f1a4f2902d36934137a52cb9491768b53d (patch) | |
tree | b6d154f54271b14aee56e43d1bf457245a54e0a1 /docs/reference | |
parent | 19d81dab2b28924d711c32fd951dfccd25041429 (diff) | |
download | gtk+-424433f1a4f2902d36934137a52cb9491768b53d.tar.gz |
Add support for EWMH "Above" and "Below" window states. (105100, Manuel Clos)
Diffstat (limited to 'docs/reference')
-rw-r--r-- | docs/reference/ChangeLog | 9 | ||||
-rw-r--r-- | docs/reference/gdk/gdk-sections.txt | 2 | ||||
-rw-r--r-- | docs/reference/gdk/tmpl/event_structs.sgml | 4 | ||||
-rw-r--r-- | docs/reference/gtk/gtk-sections.txt | 2 |
4 files changed, 16 insertions, 1 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index a9b3902768..929743dd02 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,12 @@ +2003-08-11 Matthias Clasen <maclas@gmx.de> + + * gdk/gdk-sections.txt: Add gdk_window_set_keep_above and gdk_window_set_keep_below. + + * gtk/gtk-sections.txt: Add gtk_window_set_keep_above and gtk_window_set_keep_below. + + * gdk/tmpl/event_structs.sgml: Document GDK_WINDOW_STATE_FULLSCREEN, + GDK_WINDOW_STATE_ABOVE and GDK_WINDOW_STATE_BELOW. + 2003-08-10 Matthias Clasen <maclas@gmx.de> * gtk/tmpl/gtkwidget.sgml: Document public GtkWidget members. (#119463) diff --git a/docs/reference/gdk/gdk-sections.txt b/docs/reference/gdk/gdk-sections.txt index e3a6c7eed2..3082aad420 100644 --- a/docs/reference/gdk/gdk-sections.txt +++ b/docs/reference/gdk/gdk-sections.txt @@ -614,6 +614,8 @@ gdk_window_maximize gdk_window_unmaximize gdk_window_fullscreen gdk_window_unfullscreen +gdk_window_set_keep_above +gdk_window_set_keep_below gdk_window_move gdk_window_resize gdk_window_move_resize diff --git a/docs/reference/gdk/tmpl/event_structs.sgml b/docs/reference/gdk/tmpl/event_structs.sgml index e993cfd2db..9767a81f09 100644 --- a/docs/reference/gdk/tmpl/event_structs.sgml +++ b/docs/reference/gdk/tmpl/event_structs.sgml @@ -471,7 +471,9 @@ Specifies the state of a toplevel window. @GDK_WINDOW_STATE_ICONIFIED: the window is minimized. @GDK_WINDOW_STATE_MAXIMIZED: the window is maximized. @GDK_WINDOW_STATE_STICKY: the window is sticky. -@GDK_WINDOW_STATE_FULLSCREEN: +@GDK_WINDOW_STATE_FULLSCREEN: the window is maximized without decorations. +@GDK_WINDOW_STATE_ABOVE: the window is kept above other windows. +@GDK_WINDOW_STATE_BELOW: the window is kept below other windows. <!-- ##### ENUM GdkSettingAction ##### --> <para> diff --git a/docs/reference/gtk/gtk-sections.txt b/docs/reference/gtk/gtk-sections.txt index d5463404df..c3908a4ead 100644 --- a/docs/reference/gtk/gtk-sections.txt +++ b/docs/reference/gtk/gtk-sections.txt @@ -3952,6 +3952,8 @@ gtk_window_maximize gtk_window_unmaximize gtk_window_fullscreen gtk_window_unfullscreen +gtk_window_set_keep_above +gtk_window_set_keep_below gtk_window_begin_resize_drag gtk_window_begin_move_drag gtk_window_set_decorated |