summaryrefslogtreecommitdiff
path: root/gladeui/glade-xml-utils.h
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.van.berkom@gmail.com>2010-12-30 18:52:10 +0900
committerTristan Van Berkom <tristan.van.berkom@gmail.com>2010-12-30 18:53:56 +0900
commit56a65fb996ab0311e269e33151001b67034d6398 (patch)
treecf76650b431a6b7537fea437e3286e1d5c6c4d00 /gladeui/glade-xml-utils.h
parent9ca6f4cd003fab7c8cb16e43872e750d978e96e6 (diff)
downloadglade-56a65fb996ab0311e269e33151001b67034d6398.tar.gz
* gladeui/glade-widget-adaptor.[ch], gladeui/glade-xml-utils.c, plugins/gtk+/glade-gtk.c,
plugins/gtk+/gtk+.xml.in: Removed the boolean "fixed" property for catalogs and replaced it with a "create-widget-function" tag that allows the backend to create a GladeWidget derived object to handle instances in the runtime, modified the backend appropriately to create a GladeFixed for widgets that were using the "fixed" property.
Diffstat (limited to 'gladeui/glade-xml-utils.h')
-rw-r--r--gladeui/glade-xml-utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gladeui/glade-xml-utils.h b/gladeui/glade-xml-utils.h
index 6e89a2ba..1b170e17 100644
--- a/gladeui/glade-xml-utils.h
+++ b/gladeui/glade-xml-utils.h
@@ -92,6 +92,7 @@ typedef enum {
#define GLADE_TAG_NEEDS_SYNC "needs-sync"
#define GLADE_TAG_DEFAULT_PALETTE_STATE "default-palette-state"
#define GLADE_TAG_REPLACE_CHILD_FUNCTION "replace-child-function"
+#define GLADE_TAG_CREATE_WIDGET_FUNCTION "create-widget-function"
#define GLADE_TAG_CONSTRUCT_OBJECT_FUNCTION "construct-object-function"
#define GLADE_TAG_DEEP_POST_CREATE_FUNCTION "deep-post-create-function"
#define GLADE_TAG_POST_CREATE_FUNCTION "post-create-function"
@@ -167,7 +168,6 @@ typedef enum {
#define GLADE_TAG_THEMED_ICON "themed-icon"
#define GLADE_TAG_INIT_FUNCTION "init-function"
#define GLADE_TAG_ATK_PROPERTY "atk-property"
-#define GLADE_TAG_FIXED "fixed"
#define GLADE_TAG_TRANSFER_ON_PASTE "transfer-on-paste"
#define GLADE_TAG_WEIGHT "weight"
#define GLADE_TAG_GET_TYPE_FUNCTION "get-type-function"