summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorJuan Pablo Ugarte <jpu@src.gnome.org>2006-07-13 21:38:19 +0000
committerJuan Pablo Ugarte <jpu@src.gnome.org>2006-07-13 21:38:19 +0000
commit0c4e3578b1c9f6a38e14968d1fc6f3bef23daa14 (patch)
treef8093d642c0a3981e326080ad8f63a3c5e79fffb /src/Makefile.am
parent8ce781c124bd8364fbf0640324cc4254dadf4cb9 (diff)
downloadglade-0c4e3578b1c9f6a38e14968d1fc6f3bef23daa14.tar.gz
added files glade-base-editor.[ch]
* src/Makefile.am: added files glade-base-editor.[ch] * src/glade-accumulators.[ch]: new accumulators glade_string_accumulator() and glade_stop_emission_accumulator () * src/glade-app.c, src/glade-project.c and src/glade-command.c: use of GladeWidgetClass toplevel flag. * src/glade-gtk.c: Use of GladeBaseEditor for GtkMenuBar, GtkToolBar and GtkMenu editors. * src/glade-marshallers.list: added OBJECT:OBJECT,UINT BOOLEAN:OBJECT,UINT BOOLEAN:OBJECT,OBJECT and STRING:OBJECT * src/glade-property.[ch]: Added old_value parameter to GladeProject "value_changed" signal. * src/glade-widget-class.[ch]: added toplevel flag to GladeWidgetClass * src/glade.h: added GLADE_XML_TAG_TOPLEVEL * src/glade-base-editor.[ch]: Created GladeBaseEditor class from GtkMenuBarEditor code from glade-gtk.c * widgets/gtk+.xml.in: o added launch-editor-function for GtkToolbar and GtkMenu. o Set GtkTextView post-create-function to empty (we do not need a placeholder in it). o Set toplevel="True" in GtkWindow and GtkMenu. * doc/widgetclasses.sgml: added toplevel property docs * po/POTFILES.in: added src/glade-base-editor.c
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 98f16699..f6e47754 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -85,7 +85,8 @@ libgladeui_1_la_SOURCES = \
glade-builtins.c \
glade-app.c \
glade-keysyms.c \
- glade-fixed.c
+ glade-fixed.c \
+ glade-base-editor.c
libgladeui_1_la_CFLAGS = \
-DINSIDE_LIBGLADEUI \
@@ -133,6 +134,7 @@ libgladeuiinclude_HEADERS = \
glade-app.h \
glade-builtins.h \
glade-fixed.h \
+ glade-base-editor.h \
fixed_bg.xpm \
atk.xpm