1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-23 22:52:34 +01:00

tableview field editor delegates

This commit is contained in:
kojima
2000-12-21 04:46:20 +00:00
parent 5e1e94efd6
commit f912d9f38d
7 changed files with 322 additions and 89 deletions

View File

@@ -4,24 +4,27 @@ AUTOMAKE_OPTIONS = no-dependencies
include_HEADERS = wtableview.h tabledelegates.h fieldeditor.h
include_HEADERS = wtableview.h tabledelegates.h
lib_LIBRARIES = libExtraWINGs.a
noinst_PROGRAMS = test
EXTRA_DIST =
libExtraWINGs_a_SOURCES = \
wtableview.c \
tabledelegates.c \
fieldeditor.c \
wtableview.h \
tabledelegates.h \
fieldeditor.h
tabledelegates.h
INCLUDES = -I$(top_srcdir)/wrlib -I$(top_srcdir)/WINGs \
-DRESOURCE_PATH=\"$(datadir)/WINGs\" @HEADER_SEARCH_PATH@ -DDEBUG
LDADD= $(top_builddir)/WINGs/libWINGs.a $(top_builddir)/wrlib/libwraster.la \
@LIBPL@
test_LDADD = wtableview.o tabledelegates.o $(LDADD)