Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
gtk
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nikita Churaev
gtk
Commits
842d3ac5
Commit
842d3ac5
authored
Feb 13, 2012
by
Murray Cumming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
GtkButton: Small documentation improvements
parent
90e65f30
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
gtk/gtkbutton.c
gtk/gtkbutton.c
+4
-4
No files found.
gtk/gtkbutton.c
View file @
842d3ac5
...
...
@@ -26,15 +26,15 @@
/**
* SECTION:gtkbutton
* @Short_description: A widget that
create
s a signal when clicked on
* @Short_description: A widget that
emit
s 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
*
al
most any other standard #GtkWidget. The most commonly used child is the
* #GtkLabel.
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment