Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dorota Czaplejewicz
gtk
Commits
860286c9
Commit
860286c9
authored
Dec 29, 2008
by
Matthias Clasen
Browse files
Doc additions
svn path=/trunk/; revision=21991
parent
5686375e
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
860286c9
2008-12-28 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkwidget.c: Document gtk_mnemonic_activate.
2008-12-28 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktextlayout.c: Un-doc-commentize non-public api
...
...
gtk/gtkwidget.c
View file @
860286c9
...
...
@@ -4434,6 +4434,19 @@ _gtk_widget_get_accel_path (GtkWidget *widget,
return
apath
?
g_quark_to_string
(
apath
->
path_quark
)
:
NULL
;
}
/**
* gtk_widget_mnemonic_activate:
* @widget: a #GtkWidget
* @group_cycling: %TRUE if there are other widgets with the same mnemonic
*
* Emits the #GtkWidget::mnemonic-activate signal.
*
* The default handler for this signal activates the @widget if
* @group_cycling is %FALSE, and just grabs the focus if @group_cycling
* is %TRUE.
*
* Returns: %TRUE if the signal has been handled
*/
gboolean
gtk_widget_mnemonic_activate
(
GtkWidget
*
widget
,
gboolean
group_cycling
)
...
...
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