]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkbutton.c
GtkButton: Small documentation improvements
[~andy/gtk] / gtk / gtkbutton.c
index ab498555425198e8646540ce188a102c8f45d225..38fc25c616d22d6bd4761c0cd9be460f7a5324e6 100644 (file)
 
 /**
  * SECTION:gtkbutton
- * @Short_description: A widget that creates a signal when clicked on
+ * @Short_description: A widget that emits a signal when clicked on
  * @Title: GtkButton
  *
- * The #GtkButton widget is generally used to attach a function to that is
+ * The #GtkButton widget is generally used to trigger a callback function that is
  * called when the button is pressed.  The various signals and how to use them
  * are outlined below.
  *
- * The #GtkButton widget can hold any valid child widget.  That is it can hold
- * most any other standard #GtkWidget.  The most commonly used child is the
+ * The #GtkButton widget can hold any valid child widget.  That is, it can hold
+ * almost any other standard #GtkWidget.  The most commonly used child is the
  * #GtkLabel.
  */