summaryrefslogtreecommitdiff
path: root/src/glade.h
diff options
context:
space:
mode:
authorPaolo Borelli <pborelli@src.gnome.org>2003-10-05 11:35:53 +0000
committerPaolo Borelli <pborelli@src.gnome.org>2003-10-05 11:35:53 +0000
commitf03300bbdbb02e99c58a60f34c382bf83a56b177 (patch)
treeb3e2ef20c26bb2b7ec659143727ae53f6e1195f6 /src/glade.h
parent5ea081fd13c0445f396081095810fd2a7ffdaaa4 (diff)
downloadglade-f03300bbdbb02e99c58a60f34c382bf83a56b177.tar.gz
Introduce a fill_empty method to GladeWidgetClass that, if needed, fills a container with placeholders.
Diffstat (limited to 'src/glade.h')
-rw-r--r--src/glade.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glade.h b/src/glade.h
index 0bee4711..67c68fff 100644
--- a/src/glade.h
+++ b/src/glade.h
@@ -93,6 +93,7 @@
#define GLADE_TAG_DEFAULT "Default"
#define GLADE_TAG_DISABLED "Disabled"
#define GLADE_TAG_POST_CREATE_FUNCTION "PostCreateFunction"
+#define GLADE_TAG_FILL_EMPTY_FUNCTION "FillEmptyFunction"
#define GLADE_TAG_IN_PALETTE "InPalette"
#define GLADE_TAG_CATALOG "GladeCatalog"