diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2003-09-01 23:45:54 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2003-09-01 23:45:54 +0000 |
commit | 2ece92c8f3939dd78e4fbdbbb0e8a7193685c142 (patch) | |
tree | 1fb596dae6c5b9f42ec030879021822ec0beff69 /docs | |
parent | 7899a702ee96df725a8d77e4b25a2b54eecc4e46 (diff) | |
download | gdk-pixbuf-2ece92c8f3939dd78e4fbdbbb0e8a7193685c142.tar.gz |
Doc addition.
* gtk/gtkactiongroup.c (gtk_action_group_new): Doc addition.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/ChangeLog | 2 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtkactiongroup.sgml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 3eb5fcda3..d77fbddb4 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,6 +1,6 @@ 2003-09-02 Matthias Clasen <maclas@gmx.de> - * gtk/tmpl/gtkactiongroup.sgml: + * gtk/tmpl/gtkactiongroup.sgml: * gtk/tmpl/gtkuimanager.sgml: Additions. * gtk/gtk-sections.txt: Add gtk_ui_manager_new_merge_id and diff --git a/docs/reference/gtk/tmpl/gtkactiongroup.sgml b/docs/reference/gtk/tmpl/gtkactiongroup.sgml index da03365b6..ff4f62173 100644 --- a/docs/reference/gtk/tmpl/gtkactiongroup.sgml +++ b/docs/reference/gtk/tmpl/gtkactiongroup.sgml @@ -19,7 +19,7 @@ that can edit multiple documents, one group holding global actions act on that document (eg. save, cut/copy/paste, etc). Each window's menus would be constructed from a combination of two action groups. </para> -<para> +<para id="Action-Accel"> Accelerators are handled by the GTK+ accelerator map. All actions are assigned an accelerator path of the form <literal><Actions>/<replaceable>group-name</replaceable>/<replaceable>action-name</replaceable></literal> when they are added to an action group, |