diff options
author | Murray Cumming <murrayc@murrayc.com> | 2012-02-13 09:15:03 +0100 |
---|---|---|
committer | Murray Cumming <murrayc@murrayc.com> | 2012-02-13 09:18:07 +0100 |
commit | 842d3ac53d5e049fffe7b5f8b07e980497bfc1ae (patch) | |
tree | f020fb1be4a6c909b75d3683906c33c23391b46c /gtk/gtkbutton.c | |
parent | 90e65f30abef5841ade5ab1494e8c5bf79f2baf4 (diff) | |
download | gtk+-842d3ac53d5e049fffe7b5f8b07e980497bfc1ae.tar.gz |
GtkButton: Small documentation improvements
Diffstat (limited to 'gtk/gtkbutton.c')
-rw-r--r-- | gtk/gtkbutton.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtkbutton.c b/gtk/gtkbutton.c index ab49855542..38fc25c616 100644 --- a/gtk/gtkbutton.c +++ b/gtk/gtkbutton.c @@ -26,15 +26,15 @@ /** * 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. */ |