From 34946d9a7b4df81a72982275a152d4e3618496fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joaqu=C3=ADn=20Cuenca=20Abela?= Date: Thu, 11 Apr 2002 08:01:45 +0000 Subject: Implementation of set & get of gunichar GValues. Fixes save & load of projects. Unicode fixes. --- src/glade.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/glade.h') diff --git a/src/glade.h b/src/glade.h index c72c7a62..0a93a8a6 100644 --- a/src/glade.h +++ b/src/glade.h @@ -71,6 +71,7 @@ #define GLADE_TAG_NO "No" #define GLADE_TAG_STRING "String" #define GLADE_TAG_BOOLEAN "Boolean" +#define GLADE_TAG_UNICHAR "Unichar" #define GLADE_TAG_FLOAT "Float" #define GLADE_TAG_INTEGER "Integer" #define GLADE_TAG_DOUBLE "Double" @@ -90,6 +91,7 @@ #define GLADE_TAG_DEFAULT "Default" #define GLADE_TAG_DISABLED "Disabled" #define GLADE_TAG_POST_CREATE_FUNCTION "PostCreateFunction" +#define GLADE_TAG_IN_PALETTE "InPalette" #define GLADE_TAG_CATALOG "GladeCatalog" #define GLADE_TAG_GLADE_WIDGET "GladeWidget" -- cgit v1.2.1