glade3 r1330 - in trunk: . gladeui plugins/gtk+
- From: jpu svn gnome org
- To: svn-commits-list gnome org
- Subject: glade3 r1330 - in trunk: . gladeui plugins/gtk+
- Date: Thu, 31 May 2007 20:36:29 +0100 (BST)
Author: jpu
Date: 2007-05-31 20:36:28 +0100 (Thu, 31 May 2007)
New Revision: 1330
ViewCVS link: http://svn.gnome.org/viewcvs/glade3?rev=1330&view=rev
Modified:
trunk/ChangeLog
trunk/gladeui/glade-popup.c
trunk/gladeui/glade-widget-action.c
trunk/gladeui/glade-widget-adaptor.c
trunk/gladeui/glade-widget-adaptor.h
trunk/gladeui/glade-widget.c
trunk/gladeui/glade-widget.h
trunk/gladeui/glade-xml-utils.h
trunk/plugins/gtk+/glade-gtk.c
trunk/plugins/gtk+/gtk+.xml.in
Log:
* gladeui/glade-popup.c: added packing actions to glade_popup_action_populate_menu()
* gladeui/glade-widget-action.c: fixed a couple of typos in glade_widget_action_constructor()
* gladeui/glade-widget-adaptor.[ch]:
- Added packing actions, just like properties the action tag should be inside an actions or
packing-actions tag, also you can put an action tag inside other action tag :p
- added GladeChildActionActivatedFunc child_action_activate to GladeWidgetAdaptorClass
- added packing_actions list to GladeWidgetAdaptor
- added new functions:
glade_widget_adaptor_pack_action_add(), glade_widget_adaptor_pack_action_remove()
and glade_widget_adaptor_child_action_activate()
* gladeui/glade-widget.[ch]:
- added packing_actions list to GladeWidget
- set packing actions in glade_widget_set_parent()
- added glade_widget_get_pack_action() and glade_widget_remove_pack_action()
* gladeui/glade-xml-utils.h:
- new tags GLADE_TAG_CHILD_ACTION_ACTIVATE_FUNCTION, GLADE_TAG_ACTIONS
and GLADE_TAG_PACKING_ACTIONS.
- removed unused tag GLADE_TAG_ACTION_GROUP
* plugins/gtk+/gtk+.xml.in: Added a couple of child packing actions (fixes #438881)
- GtkBox: insert_before and insert_after
- GtkTable: insert_row/after, insert_row/before, insert_column/after and insert_column/before
* plugins/gtk+/glade-gtk.c: added child-action-activate-function functions
glade_gtk_box_child_action_activate () and glade_gtk_table_child_action_activate()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]