summaryrefslogtreecommitdiff
path: root/gtk/gtkfixed.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2005-01-03 17:23:38 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-01-03 17:23:38 +0000
commitfc45590f13d93e3e3ad6e00345bf815da21d83b0 (patch)
tree702bdee3a949e1534b7f1b7094243401bca59d25 /gtk/gtkfixed.c
parentd2203a3feaf4698c0505bf5a021d1e9566509632 (diff)
downloadgtk+-fc45590f13d93e3e3ad6e00345bf815da21d83b0.tar.gz
Forgotten file.
Diffstat (limited to 'gtk/gtkfixed.c')
-rw-r--r--gtk/gtkfixed.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/gtk/gtkfixed.c b/gtk/gtkfixed.c
index eb93d06ba3..e98eb1223b 100644
--- a/gtk/gtkfixed.c
+++ b/gtk/gtkfixed.c
@@ -492,10 +492,13 @@ gtk_fixed_forall (GtkContainer *container,
* @has_window: %TRUE if a separate window should be created
*
* Sets whether a #GtkFixed widget is created with a separate
- * #GdkWindow for widget->window or not. (By default, it will be
+ * #GdkWindow for @widget->window or not. (By default, it will be
* created with no separate #GdkWindow). This function must be called
* while the #GtkFixed is not realized, for instance, immediately after the
* window is created.
+ *
+ * This function was added to provide an easy migration path for
+ * older applications which may expect #GtkFixed to have a separate window.
**/
void
gtk_fixed_set_has_window (GtkFixed *fixed,