summaryrefslogtreecommitdiff
path: root/gladeui/glade-xml-utils.h
diff options
context:
space:
mode:
authorTristan Van Berkom <tvb@src.gnome.org>2008-10-23 17:30:14 +0000
committerTristan Van Berkom <tvb@src.gnome.org>2008-10-23 17:30:14 +0000
commitd38ad3ce787368276e84a00a4991be72a02b6bee (patch)
treeee37d0105d9c2bf16509401ab2e8bb91eb23a59a /gladeui/glade-xml-utils.h
parentd8cb7c328b884faab22294036d1aae77ba755599 (diff)
downloadglade-d38ad3ce787368276e84a00a4991be72a02b6bee.tar.gz
- Added GladeEditable interface used as pages by GladeEditor - Added
* gladeui/Makefile.am, gladeui/glade-editable.[ch], gladeui/glade-editor-table.[ch]: - Added GladeEditable interface used as pages by GladeEditor - Added GladeEditorTable widget to implmenemt the editable as the traditional table with sorted properties * gladeui/glade-editor.[ch]: Removed lots of code, now uses GladeEditables returned by thier adaptors. * gladeui/glade-editor-property.c: Removed obsolete doc-search signal. * gladeui/glade-widget-adaptor.[ch]: Added GladeCreateEditableFunc to allow backends to define layouts of pages in the editor. svn path=/trunk/; revision=1990
Diffstat (limited to 'gladeui/glade-xml-utils.h')
-rw-r--r--gladeui/glade-xml-utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gladeui/glade-xml-utils.h b/gladeui/glade-xml-utils.h
index 228839d8..011abe25 100644
--- a/gladeui/glade-xml-utils.h
+++ b/gladeui/glade-xml-utils.h
@@ -138,6 +138,7 @@ typedef enum {
#define GLADE_TAG_WRITE_CHILD_FUNCTION "write-child-function"
#define GLADE_TAG_CREATE_EPROP_FUNCTION "create-editor-property-function"
#define GLADE_TAG_STRING_FROM_VALUE_FUNCTION "string-from-value-function"
+#define GLADE_TAG_CREATE_EDITABLE_FUNCTION "create-editable-function"
#define GLADE_TAG_PROPERTIES "properties"
#define GLADE_TAG_PACKING_PROPERTIES "packing-properties"
#define GLADE_TAG_PROPERTY "property"