1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-22 14:08:06 +01:00

added testtext - Nwanua

This commit is contained in:
nwanua
2000-07-13 23:48:02 +00:00
parent e958044d00
commit 1027573bd7

View File

@@ -13,7 +13,7 @@ include_HEADERS = WINGs.h WUtil.h WINGsP.h
bin_SCRIPTS = get-wings-flags get-wutil-flags bin_SCRIPTS = get-wings-flags get-wutil-flags
noinst_PROGRAMS = wtest wmquery wmfile fontl testmywidget testcolorpanel\ noinst_PROGRAMS = wtest wmquery wmfile fontl testmywidget testcolorpanel\
connect puzzle #testtext connect puzzle # testtext
lib_LIBRARIES = libWINGs.a libWUtil.a lib_LIBRARIES = libWINGs.a libWUtil.a
@@ -39,6 +39,7 @@ libWINGs_a_SOURCES = \
configuration.c \ configuration.c \
dragdestination.c \ dragdestination.c \
dragsource.c \ dragsource.c \
fontmanager.c \
international.c \ international.c \
notification.c \ notification.c \
selection.c \ selection.c \
@@ -65,11 +66,13 @@ libWINGs_a_SOURCES = \
wpixmap.c \ wpixmap.c \
wpopupbutton.c \ wpopupbutton.c \
wprogressindicator.c \ wprogressindicator.c \
wruler.c \
wscroller.c \ wscroller.c \
wscrollview.c \ wscrollview.c \
wslider.c \ wslider.c \
wsplitview.c \ wsplitview.c \
wtabview.c \ wtabview.c \
wtext.c \
wtextfield.c \ wtextfield.c \
wwindow.c \ wwindow.c \
wview.c \ wview.c \