[glade] * gladeui/glade-widget-adaptor.[ch]: o Added support for reading internal children declaration i
- From: Juan Pablo Ugarte <jpu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glade] * gladeui/glade-widget-adaptor.[ch]: o Added support for reading internal children declaration i
- Date: Tue, 5 Apr 2011 05:20:09 +0000 (UTC)
commit ae3e5592871be5649fae1955cbfbc2488e9660bd
Author: Juan Pablo Ugarte <juanpablougarte gmail com>
Date: Mon Mar 14 18:17:04 2011 -0300
* 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
plugins/gtk+/gtk+.xml.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/gtk+/gtk+.xml.in b/plugins/gtk+/gtk+.xml.in
index 6dd303e..47efaf7 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>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]