1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-05 21:34:17 +01:00

added text widget from nwanua

This commit is contained in:
kojima
2000-06-20 23:27:37 +00:00
parent e410e1862b
commit c49ad9cac8
10 changed files with 4142 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ include_HEADERS = WINGs.h WUtil.h WINGsP.h
bin_SCRIPTS = get-wings-flags get-wutil-flags
noinst_PROGRAMS = wtest wmquery wmfile fontl testmywidget testcolorpanel\
connect puzzle
connect puzzle testtext
lib_LIBRARIES = libWINGs.a libWUtil.a
@@ -30,7 +30,7 @@ wtest_DEPENDENCIES = libWINGs.a
connect_LDADD = libWUtil.a @LIBRARY_SEARCH_PATH@ @NETLIBS@ @LIBPL@
EXTRA_DIST = logo.xpm BUGS
EXTRA_DIST = logo.xpm BUGS wm.png upbtn.xpm wm.html
# wbutton.c
libWINGs_a_SOURCES = \
@@ -65,11 +65,13 @@ libWINGs_a_SOURCES = \
wpixmap.c \
wpopupbutton.c \
wprogressindicator.c \
wruler.c \
wscroller.c \
wscrollview.c \
wslider.c \
wsplitview.c \
wtabview.c \
wtext.c \
wtextfield.c \
wwindow.c \
wview.c \