summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2003-08-10 23:37:37 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2003-08-10 23:37:37 +0000
commit424433f1a4f2902d36934137a52cb9491768b53d (patch)
treeb6d154f54271b14aee56e43d1bf457245a54e0a1 /docs
parent19d81dab2b28924d711c32fd951dfccd25041429 (diff)
downloadgdk-pixbuf-424433f1a4f2902d36934137a52cb9491768b53d.tar.gz
Add support for EWMH "Above" and "Below" window states. (105100, Manuel Clos)
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/ChangeLog9
-rw-r--r--docs/reference/gdk/gdk-sections.txt2
-rw-r--r--docs/reference/gdk/tmpl/event_structs.sgml4
-rw-r--r--docs/reference/gtk/gtk-sections.txt2
4 files changed, 16 insertions, 1 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog
index a9b390276..929743dd0 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 e3a6c7eed..3082aad42 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 e993cfd2d..9767a81f0 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 d5463404d..c3908a4ea 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