diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2002-12-10 23:25:33 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2002-12-10 23:25:33 +0000 |
commit | 428c076fef8f6baffdf48c367c30d458b096f3af (patch) | |
tree | e289ae3a3fb968f9a4181f5bcb013010a02a31a7 /docs/reference/gtk/tmpl/gtkwindow.sgml | |
parent | 14ee65b66a71fd8e9f873986305b78b135f0472c (diff) | |
download | gtk+-428c076fef8f6baffdf48c367c30d458b096f3af.tar.gz |
Delete EWMH properties if no private->state flags are set. (#66754)
* gdk/x11/gdkwindow-x11.c (set_initial_hints): Delete EWMH
properties if no private->state flags are set. (#66754)
* gtk/gtkwidget.c (gtk_widget_class_find_style_property):
* gtk/gtkcontainer.c (gtk_container_class_find_child_property):
Doc typo fixes.
* gtk/tmpl/gtktextview.sgml: Add docs.
* gtk/tree_widget.sgml: Fix some links.
* gtk/tmpl/gtkwindow.sgml: Add docs.
* gtk/tmpl/gtkeditable.sgml: Document GtkEditable as an interface,
not as an abstract base class.
* gtk/gtk-docs.sgml: Move GtkEditable from "Abstract Base Classes"
to "Numeric/Text Data Entry".
Diffstat (limited to 'docs/reference/gtk/tmpl/gtkwindow.sgml')
-rw-r--r-- | docs/reference/gtk/tmpl/gtkwindow.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/reference/gtk/tmpl/gtkwindow.sgml b/docs/reference/gtk/tmpl/gtkwindow.sgml index f56f84b026..9799c0c8ed 100644 --- a/docs/reference/gtk/tmpl/gtkwindow.sgml +++ b/docs/reference/gtk/tmpl/gtkwindow.sgml @@ -123,9 +123,9 @@ the child gets a larger allocation than it requests. @window: the window @allow_shrink: whether the user can shrink the window below its size request @allow_grow: whether the user can grow the window larger than its size request -@auto_shrink: whether the window automatically snaps back to its size request if -it's larger - +@auto_shrink: whether the window automatically snaps back to its size request + if it's larger +@Deprecated: Use gtk_window_set_resizable() instead. <!-- ##### FUNCTION gtk_window_set_resizable ##### --> <para> |