forked from AuroraMiddleware/gtk
GtkButton: Small documentation improvements
This commit is contained in:
parent
90e65f30ab
commit
842d3ac53d
@ -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.
|
||||
*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user