From 5f539194f82948e7eb0dd8dde0853dfc7cff95a7 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Mon, 9 Jul 2007 13:41:13 +0000 Subject: [PATCH] Document element 2007-07-09 Johan Dahlin * gtk/tmpl/gtkactiongroup.sgml: Document element svn path=/trunk/; revision=18409 --- docs/reference/ChangeLog | 4 ++++ docs/reference/gtk/tmpl/gtkactiongroup.sgml | 22 +++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 46642aebe..453adcbc5 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,7 @@ +2007-07-09 Johan Dahlin,,, + + * gtk/tmpl/gtkactiongroup.sgml: Document element + Mon Jul 9 10:32:39 2007 Tim Janik * gdk/tmpl/threads.sgml: applied docu clarification patch from Bjoern diff --git a/docs/reference/gtk/tmpl/gtkactiongroup.sgml b/docs/reference/gtk/tmpl/gtkactiongroup.sgml index bed93558a..516210d42 100644 --- a/docs/reference/gtk/tmpl/gtkactiongroup.sgml +++ b/docs/reference/gtk/tmpl/gtkactiongroup.sgml @@ -38,6 +38,28 @@ GtkAction objects as <child> elements in UI definitions. Note that it is probably more common to define actions and action groups in the code, since they are directly related to what the code can do. + +The GtkActionGroup implementation of the GtkBuildable interface supports a +custom <accelerator> element, which has attributes named key and +modifiers and allows to specify accelerators. This is similar to the +<accelerator> element of GtkWidget, the main difference is that +it doesn't allow you to specify a signal. + + +A <structname>GtkDialog</structname> UI definition fragment. + + + + About + gtk-about + + + + + +]]> +