diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 36265f1259..e575c1addf 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,8 @@ +2007-06-30 Matthias Clasen + + * gtk/tmpl/gtkdialog.sgml: Explain details of GtkDialog + as a buildable. + 2007-06-29 Matthias Clasen * gtk/tmpl/gtkbuilder.sgml: diff --git a/docs/reference/gtk/tmpl/gtkdialog.sgml b/docs/reference/gtk/tmpl/gtkdialog.sgml index 414e537e9b..73ed5cb864 100644 --- a/docs/reference/gtk/tmpl/gtkdialog.sgml +++ b/docs/reference/gtk/tmpl/gtkdialog.sgml @@ -104,6 +104,44 @@ void quick_message (gchar *message) { +GtkDialog as a GtkBuildable + +GtkDialog exposes the @vbox and @action_area as internal children +with the names "vbox" and "action_area". + + +GtkDialog supports a custom <action-widgets> element, which +can contain multiple <action-widget> elements. The "response" +attribute specifies a numeric response, and the content of the element +is the id of widget (which should be a child of the dialogs @action_area). + + +A <structname>GtkDialog</structname> UI definition fragment. + + " + + + + + + + + + + + + + + + button_ok + button_cancel + + +]]> + + +