diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2001-11-28 23:41:12 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2001-11-28 23:41:12 +0000 |
commit | a381648faac7e9930d6fbb0535e955beb1458cf5 (patch) | |
tree | 80378cdf635ab3ad66cf5a886623b15c35906df8 /gtk/gtkfixed.c | |
parent | 476d2a84b7117b1562be642b2db7cd6e50ce525f (diff) | |
download | gtk+-a381648faac7e9930d6fbb0535e955beb1458cf5.tar.gz |
Typo fixes. (#65607)
* gtk/gtkaccelmap.c: Typo fixes. (#65607)
* gtk/gtkfixed.c (gtk_fixed_set_has_window, gtk_fixed_get_has_window):
Fix docs. (#65505)
* gtk/gtkwindow.c (gtk_window_set_mnemnonic_modifier): Document.
* gtk/tmpl/gtkwindow.sgml: Document gtk_window_position.
* gdk/tmpl/dnd.sgml: Document GdkDragProtocol and GdkDragContext.
* gdk/tmpl/events.sgml: Document gdk_setting_get.
* gdk/tmpl/fonts.sgml: Document gdk_font_full_name_get and
gdk_font_full_name_free.
* gdk/tmpl/windows.sgml: Document gdk_window_register_dnd.
Diffstat (limited to 'gtk/gtkfixed.c')
-rw-r--r-- | gtk/gtkfixed.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkfixed.c b/gtk/gtkfixed.c index 4781c0f898..ccd6db5bbb 100644 --- a/gtk/gtkfixed.c +++ b/gtk/gtkfixed.c @@ -514,7 +514,7 @@ gtk_fixed_forall (GtkContainer *container, * Sets whether a #GtkFixed widget is created with a separate * #GdkWindow for widget->window or not. (By default, it will be * created with no separate #GdkWindow). This function must be called - * while the is not realized, for instance, immediately after the + * while the #GtkFixed is not realized, for instance, immediately after the * window is created. **/ void @@ -540,7 +540,7 @@ gtk_fixed_set_has_window (GtkFixed *fixed, * Gets whether the #GtkFixed has it's own #GdkWindow. * See gdk_fixed_set_has_window(). * - * Return value: + * Return value: %TRUE if @fixed has its own window. **/ gboolean gtk_fixed_get_has_window (GtkFixed *fixed) |