summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2001-01-08 16:42:08 +0000
committerAlexander Larsson <alexl@src.gnome.org>2001-01-08 16:42:08 +0000
commit49bb8dfa19e2de3b19cdf927aa42b54450c8c359 (patch)
tree1774f6e9812cee029526b28f3bdb2a7a88819eba /docs
parent94dfd3dd82492c94beefc1c236d9c4328bc01af2 (diff)
downloadgtk+-49bb8dfa19e2de3b19cdf927aa42b54450c8c359.tar.gz
Correct filename ~/.pangoft2_aliases
2001-01-08 Alexander Larsson <alexl@redhat.com> * docs/README.linux-fb: Correct filename ~/.pangoft2_aliases * gdk/gdkwindow.h: Added new function gdk_window_get_decorations. * gdk/linux-fb/gdkfb.h: Removed _gdk_window_get_decorations declaration. Renamed _gdk_window_set_child_handler to gdk_fb_window_set_child_handler. * gdk/linux-fb/gdkwindow-fb.c: Renamed _gdk_window_set_child_handler to gdk_fb_window_set_child_handler. * gdk/x11/gdkwindow-x11.c: New function gdk_window_get_mwm_hints(). Implemented gdk_window_get_decorations. * docs/reference/gdk/tmpl/windows.sgml: * docs/reference/gdk/gdk-sections.txt: Added gdk_window_get_decorations docs.
Diffstat (limited to 'docs')
-rw-r--r--docs/README.linux-fb2
-rw-r--r--docs/reference/gdk/gdk-sections.txt1
-rw-r--r--docs/reference/gdk/tmpl/windows.sgml10
3 files changed, 12 insertions, 1 deletions
diff --git a/docs/README.linux-fb b/docs/README.linux-fb
index 940afd496c..049e11ff0e 100644
--- a/docs/README.linux-fb
+++ b/docs/README.linux-fb
@@ -50,7 +50,7 @@ To your $prefix/etc/pango/pangorc or ~/.pangorc.
You must also set up font aliases for the fonts Sans, Serif and Monotype.
This is done by creating a $prefix/etc/pango/pangoft2.aliases or
-~/.pangoft2.aliases file. You can also set the name of this file using the
+~/.pangoft2_aliases file. You can also set the name of this file using the
key AliasFiles in the PangoFT2 section in pangorc.
An example of a font alias file is:
diff --git a/docs/reference/gdk/gdk-sections.txt b/docs/reference/gdk/gdk-sections.txt
index 7cadb62774..119b1c1d49 100644
--- a/docs/reference/gdk/gdk-sections.txt
+++ b/docs/reference/gdk/gdk-sections.txt
@@ -465,6 +465,7 @@ gdk_window_set_transient_for
gdk_window_set_role
gdk_window_set_group
gdk_window_set_decorations
+gdk_window_get_decorations
GdkWMDecoration
gdk_window_set_functions
GdkWMFunction
diff --git a/docs/reference/gdk/tmpl/windows.sgml b/docs/reference/gdk/tmpl/windows.sgml
index cc811058b6..1e6c7b0c26 100644
--- a/docs/reference/gdk/tmpl/windows.sgml
+++ b/docs/reference/gdk/tmpl/windows.sgml
@@ -871,6 +871,16 @@ Windows
@decorations:
+<!-- ##### FUNCTION gdk_window_get_decorations ##### -->
+<para>
+
+</para>
+
+@window: The window to get the decorations from
+@decorations: The window decorations will be written here
+@Returns: TRUE if the window has decorations set, FALSE otherwise.
+
+
<!-- ##### ENUM GdkWMDecoration ##### -->
<para>