mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
Document possible accelerator gotcha when using this function. (#139641,
2004-04-13 Matthias Clasen <mclasen@redhat.com> * gtk/gtkactiongroup.c (gtk_action_group_add_action): Document possible accelerator gotcha when using this function. (#139641, Christian Persch)
This commit is contained in:
parent
290861bffe
commit
5854707bd9
@ -1,5 +1,9 @@
|
||||
2004-04-13 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkactiongroup.c (gtk_action_group_add_action): Document
|
||||
possible accelerator gotcha when using this function. (#139641,
|
||||
Christian Persch)
|
||||
|
||||
* gtk/gtkuimanager.c (node_remove_ui_reference): Don't leak
|
||||
list nodes. (#138862, Morten Welinder)
|
||||
|
||||
|
@ -1,5 +1,9 @@
|
||||
2004-04-13 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkactiongroup.c (gtk_action_group_add_action): Document
|
||||
possible accelerator gotcha when using this function. (#139641,
|
||||
Christian Persch)
|
||||
|
||||
* gtk/gtkuimanager.c (node_remove_ui_reference): Don't leak
|
||||
list nodes. (#138862, Morten Welinder)
|
||||
|
||||
|
@ -1,5 +1,9 @@
|
||||
2004-04-13 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkactiongroup.c (gtk_action_group_add_action): Document
|
||||
possible accelerator gotcha when using this function. (#139641,
|
||||
Christian Persch)
|
||||
|
||||
* gtk/gtkuimanager.c (node_remove_ui_reference): Don't leak
|
||||
list nodes. (#138862, Morten Welinder)
|
||||
|
||||
|
@ -1,5 +1,9 @@
|
||||
2004-04-13 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkactiongroup.c (gtk_action_group_add_action): Document
|
||||
possible accelerator gotcha when using this function. (#139641,
|
||||
Christian Persch)
|
||||
|
||||
* gtk/gtkuimanager.c (node_remove_ui_reference): Don't leak
|
||||
list nodes. (#138862, Morten Welinder)
|
||||
|
||||
|
@ -1,5 +1,9 @@
|
||||
2004-04-13 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkactiongroup.c (gtk_action_group_add_action): Document
|
||||
possible accelerator gotcha when using this function. (#139641,
|
||||
Christian Persch)
|
||||
|
||||
* gtk/gtkuimanager.c (node_remove_ui_reference): Don't leak
|
||||
list nodes. (#138862, Morten Welinder)
|
||||
|
||||
|
@ -525,7 +525,12 @@ gtk_action_group_get_action (GtkActionGroup *action_group,
|
||||
* @action_group: the action group
|
||||
* @action: an action
|
||||
*
|
||||
* Adds an action object to the action group.
|
||||
* Adds an action object to the action group. Note that this function
|
||||
* does not set up the accel path of the action, which can lead to problems
|
||||
* if a user tries to modify the accelerator of a menuitem associated with
|
||||
* the action. Therefore you must either set the accel path yourself with
|
||||
* gtk_action_set_accel_path(), or use
|
||||
* <literal>gtk_action_group_add_action_with_accel (..., NULL)</literal>.
|
||||
*
|
||||
* Since: 2.4
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user