|
|
| Author |
Message |
|
|
DugDra
Joined: 09 Feb 2008 Posts: 2
|
Posted: Thu May 08, 2008 5:26 am Post subject: How to use GTK documentation? |
|
|
Hi All
How do you look up key_press_event int the API documentation?
I'm working my way through "Foundations of GTK+ Development" but find that I don't under stand how to find something in the GTK+ documentation. I have libgtk2.0-doc and Devhelp installed. I could not find key_press_event with Devhelp and don't know how to search libgtk2.0-doc.
I finally found key_press_event by searching this form but there must be a easier way.
Thanks for any suggestions
By the way, "Foundations of GTK+ Development" is great.
Doug Drader |
|
| Back to top |
|
 |
Micah Carrick Never Seen the Sunlight
Joined: 21 Sep 2005 Posts: 428 Location: Portland, OR USA
|
Posted: Thu May 08, 2008 7:48 pm Post subject: |
|
|
| The API docs use dashes for signal names and underscores for functions. So, using Devhelp you can use the search tab to find "key-press-event". |
|
| Back to top |
|
 |
DugDra
Joined: 09 Feb 2008 Posts: 2
|
Posted: Fri May 09, 2008 1:30 pm Post subject: |
|
|
Thank you, that did it. I thought it was probably something stupid!
Doug Drader |
|
| Back to top |
|
 |
|