[gtk+] Some more doc rewording
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Some more doc rewording
- Date: Mon, 3 Mar 2014 23:13:47 +0000 (UTC)
commit db9a6f8cafef54a1562281efdac6831ae66f02d9
Author: Matthias Clasen <mclasen redhat com>
Date: Mon Mar 3 18:13:24 2014 -0500
Some more doc rewording
gtk/gtkwindow.c | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/gtk/gtkwindow.c b/gtk/gtkwindow.c
index ab51e48..3e208c9 100644
--- a/gtk/gtkwindow.c
+++ b/gtk/gtkwindow.c
@@ -2168,17 +2168,17 @@ _gtk_window_internal_set_focus (GtkWindow *window,
/**
* gtk_window_set_default:
* @window: a #GtkWindow
- * @default_widget: (allow-none): widget to be the default, or %NULL to unset the
- * default widget for the toplevel.
+ * @default_widget: (allow-none): widget to be the default, or %NULL
+ * to unset the default widget for the toplevel
*
* The default widget is the widget that’s activated when the user
* presses Enter in a dialog (for example). This function sets or
- * unsets the default widget for a #GtkWindow about. When setting
- * (rather than unsetting) the default widget it’s generally easier to
- * call gtk_widget_grab_default() on the widget. Before making a widget
- * the default widget, you must call gtk_widget_set_can_default() on the
- * widget you’d like to make the default.
- **/
+ * unsets the default widget for a #GtkWindow. When setting (rather
+ * than unsetting) the default widget it’s generally easier to call
+ * gtk_widget_grab_default() on the widget. Before making a widget
+ * the default widget, you must call gtk_widget_set_can_default() on
+ * the widget you’d like to make the default.
+ */
void
gtk_window_set_default (GtkWindow *window,
GtkWidget *default_widget)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]