1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-24 07:02:30 +01:00

added table widget

This commit is contained in:
kojima
2000-11-12 03:29:53 +00:00
parent 29ceeb870d
commit dc67e81437
7 changed files with 867 additions and 0 deletions

27
WINGs/Extras/Makefile.am Normal file
View File

@@ -0,0 +1,27 @@
## automake input file for WINGs
AUTOMAKE_OPTIONS = no-dependencies
include_HEADERS = wtableview.h tabledelegates.h fieldeditor.h
lib_LIBRARIES = libExtraWINGs.a
EXTRA_DIST =
libExtraWINGs_a_SOURCES = \
wtableview.c \
tabledelegates.c \
fieldeditor.c \
wtableview.h \
tabledelegates.h \
fieldeditor.h
INCLUDES = -I$(top_srcdir)/wrlib -I$(top_srcdir)/WINGs \
-DRESOURCE_PATH=\"$(datadir)/WINGs\" @HEADER_SEARCH_PATH@ -DDEBUG