summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Pablo Ugarte <juanpablougarte@gmail.com>2011-03-14 18:17:04 -0300
committerJuan Pablo Ugarte <juanpablougarte@gmail.com>2011-04-04 15:50:17 -0300
commitcd304acfc866d84f2906d09b9a9eb3c263682b87 (patch)
treeaf0e3d56eb28df229bd6e5251c7c444f27ea371b
parent1914020ad6d54999247ade1d352cc3a09a35d221 (diff)
downloadglade-cd304acfc866d84f2906d09b9a9eb3c263682b87.tar.gz
* gladeui/glade-widget-adaptor.[ch]:
o Added support for reading internal children declaration in the catalog o Added GWA base class get_internal_child implementation using gtk_buildable_get_internal_child() o Create internal children as specified in catalog in glade_widget_adaptor_post_create() before calling deep_post_create() and post_create() methods o new API glade_widget_adaptor_has_internal_children() glade_widget_adaptor_get_internal_children() * gladeui/glade-widget.[ch]: o Made GladeWidget::reason property readable o Added new API glade_widget_find_child() * plugins/gtk+/glade-gtk-action-widgets.[ch]: o reworked code from GtkDialog support to read and write widget actions special tags found in GtkDialog and GtkInfoBar widgets * plugins/gtk+/glade-gtk-info-bar.c: support code for reading and writing GtkInfoBar special tags * plugins/gtk+/glade-gtk.c: o Removed GtkBox, GtkDialog, GtkComboBox and GtkTreeView unused get_internal_child functions o Removed creation of internal children of GtkDialog, GtkColorSelectionDialog, GtkFontSelectionDialog, GtkComboBox and GtkTreeView. o Implemented GtkDialog action-widgets tag support using common code. * plugins/gtk+/gtk+.xml.in: o Added support for GtkInfoBar widget. o Defined internal children of GtkDialog, GtkColorSelectionDialog, GtkFontSelectionDialog, GtkComboBox, GtkInfoBar and GtkTreeView. * gladeui/glade-xml-utils.h: Added GLADE_TAG_INTERNAL_CHILDREN and GLADE_TAG_ANARCHIST tags * plugins/glade-catalog.dtd: added new syntax to catalog description
-rw-r--r--plugins/gtk+/gtk+.xml.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gtk+/gtk+.xml.in b/plugins/gtk+/gtk+.xml.in
index 6dd303e4..47efaf7a 100644
--- a/plugins/gtk+/gtk+.xml.in
+++ b/plugins/gtk+/gtk+.xml.in
@@ -2114,7 +2114,7 @@ embedded in another object</_tooltip>
<glade-widget-class name="GtkRadioAction" generic-name="radioaction" _title="Radio Action"></glade-widget-class>
<glade-widget-class name="GtkRecentAction" generic-name="recentaction" _title="Recent Action" since="2.12"></glade-widget-class>
- <glade-widget-class name="GtkActionGroup" generic-name="actiongroup" _title="Action Group">
+ <glade-widget-class name="GtkActionGroup" generic-name="actiongroup" _title="Action Group" toplevel="True" use-placeholders="False">
<add-child-verify-function>glade_gtk_action_group_add_verify</add-child-verify-function>
<add-child-function>glade_gtk_action_group_add_child</add-child-function>
<remove-child-function>glade_gtk_action_group_remove_child</remove-child-function>