diff options
author | Timm Bäder <mail@baedert.org> | 2016-10-16 19:28:11 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2016-10-18 00:34:41 +0200 |
commit | d963ede6685368d9c5ec393556194116bd9708af (patch) | |
tree | a99496a727f8b2d4ffed4abc36a7bcee089fa7c9 /gtk/gtkaccelgroup.c | |
parent | 62b2949fa27660e6cfae00229acf7607341a28aa (diff) | |
download | gtk+-d963ede6685368d9c5ec393556194116bd9708af.tar.gz |
Remove GtkUIManager
Diffstat (limited to 'gtk/gtkaccelgroup.c')
-rw-r--r-- | gtk/gtkaccelgroup.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gtk/gtkaccelgroup.c b/gtk/gtkaccelgroup.c index 74fa51fa77..399302d4d8 100644 --- a/gtk/gtkaccelgroup.c +++ b/gtk/gtkaccelgroup.c @@ -44,10 +44,7 @@ * * A #GtkAccelGroup represents a group of keyboard accelerators, * typically attached to a toplevel #GtkWindow (with - * gtk_window_add_accel_group()). Usually you won’t need to create a - * #GtkAccelGroup directly; instead, when using #GtkUIManager, GTK+ - * automatically sets up the accelerators for your menus in the ui - * manager’s #GtkAccelGroup. + * gtk_window_add_accel_group()). * * Note that “accelerators” are different from * “mnemonics”. Accelerators are shortcuts for |