X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e4786bb37ff247ce8f11cd0f7305136357c6f40..efa14cf20a6fb94b2d3099cb1b884a2c3d8c2b8f:/src/gtk/files.lst

diff --git a/src/gtk/files.lst b/src/gtk/files.lst
index a1e231bd91..0bc3f919de 100644
--- a/src/gtk/files.lst
+++ b/src/gtk/files.lst
@@ -31,9 +31,6 @@ ALL_SOURCES = \
 		generic/printps.cpp \
 		generic/prntdlgg.cpp \
 		generic/progdlgg.cpp \
-		generic/prop.cpp \
-		generic/propform.cpp \
-		generic/proplist.cpp \
 		generic/sashwin.cpp \
 		generic/scrlwing.cpp \
 		generic/spinctlg.cpp \
@@ -46,8 +43,8 @@ ALL_SOURCES = \
 		generic/tipdlg.cpp \
 		generic/tipwin.cpp \
 		generic/treectlg.cpp \
-		generic/treelay.cpp \
 		generic/wizard.cpp \
+		common/accesscmn.cpp \
 		common/appcmn.cpp \
 		common/artprov.cpp \
 		common/artstd.cpp \
@@ -74,6 +71,7 @@ ALL_SOURCES = \
 		common/dobjcmn.cpp \
 		common/docmdi.cpp \
 		common/docview.cpp \
+		common/dpycmn.cpp \
 		common/dseldlg.cpp \
 		common/dynarray.cpp \
 		common/dynlib.cpp \
@@ -141,7 +139,7 @@ ALL_SOURCES = \
 		common/quantize.cpp \
 		common/radiocmn.cpp \
 		common/regex.cpp \
-		common/resource.cpp \
+		common/rgncmn.cpp \
 		common/sckaddr.cpp \
 		common/sckfile.cpp \
 		common/sckipc.cpp \
@@ -154,6 +152,7 @@ ALL_SOURCES = \
 		common/stream.cpp \
 		common/string.cpp \
 		common/sysopt.cpp \
+		common/taskbarcmn.cpp \
 		common/tbarbase.cpp \
 		common/textbuf.cpp \
 		common/textcmn.cpp \
@@ -173,7 +172,6 @@ ALL_SOURCES = \
 		common/wfstream.cpp \
 		common/wincmn.cpp \
 		common/wxchar.cpp \
-		common/wxexpr.cpp \
 		common/xpmdecod.cpp \
 		common/zipstrm.cpp \
 		common/zstream.cpp \
@@ -212,6 +210,7 @@ ALL_SOURCES = \
 		gtk/mdi.cpp \
 		gtk/menu.cpp \
 		gtk/minifram.cpp \
+		gtk/msgdlg.cpp \
 		gtk/notebook.cpp \
 		gtk/pen.cpp \
 		gtk/popupwin.cpp \
@@ -246,6 +245,7 @@ ALL_SOURCES = \
 		unix/gsocket.c \
 		unix/mimetype.cpp \
 		unix/snglinst.cpp \
+		unix/taskbarx11.cpp \
 		unix/threadpsx.cpp \
 		unix/utilsunx.cpp \
 		unix/utilsx11.cpp \
@@ -272,6 +272,7 @@ ALL_SOURCES = \
 
 ALL_HEADERS = \
 		accel.h \
+		access.h \
 		app.h \
 		arrimpl.cpp \
 		artprov.h \
@@ -305,7 +306,6 @@ ALL_HEADERS = \
 		ctrlsub.h \
 		cursor.h \
 		dataobj.h \
-		date.h \
 		datetime.h \
 		datetime.inl \
 		datstrm.h \
@@ -328,6 +328,7 @@ ALL_HEADERS = \
 		dir.h \
 		dirctrl.h \
 		dirdlg.h \
+		display.h \
 		dnd.h \
 		docmdi.h \
 		docview.h \
@@ -338,7 +339,6 @@ ALL_HEADERS = \
 		effects.h \
 		encconv.h \
 		event.h \
-		expr.h \
 		fdrepdlg.h \
 		features.h \
 		ffile.h \
@@ -402,6 +402,7 @@ ALL_HEADERS = \
 		listimpl.cpp \
 		log.h \
 		longlong.h \
+		math.h \
 		matrix.h \
 		mdi.h \
 		memconf.h \
@@ -418,7 +419,6 @@ ALL_HEADERS = \
 		mstream.h \
 		notebook.h \
 		object.h \
-		odbc.h \
 		ownerdrw.h \
 		palette.h \
 		panel.h \
@@ -431,15 +431,12 @@ ALL_HEADERS = \
 		prntbase.h \
 		process.h \
 		progdlg.h \
-		prop.h \
-		propform.h \
-		proplist.h \
 		quantize.h \
 		radiobox.h \
 		radiobut.h \
+		rawbmp.h \
 		regex.h \
 		region.h \
-		resource.h \
 		sashwin.h \
 		sckaddr.h \
 		sckipc.h \
@@ -477,7 +474,6 @@ ALL_HEADERS = \
 		tglbtn.h \
 		thread.h \
 		thrimpl.cpp \
-		time.h \
 		timer.h \
 		tipdlg.h \
 		tipwin.h \
@@ -507,7 +503,6 @@ ALL_HEADERS = \
 		wx_cw_cm.h \
 		wx_cw_d.h \
 		wxchar.h \
-		wxexpr.h \
 		wxhtml.h \
 		wxprec.h \
 		xpmdecod.h \
@@ -550,6 +545,7 @@ ALL_HEADERS = \
 		gtk/menu.h \
 		gtk/menuitem.h \
 		gtk/minifram.h \
+		gtk/msgdlg.h \
 		gtk/notebook.h \
 		gtk/pen.h \
 		gtk/popupwin.h \
@@ -617,6 +613,7 @@ ALL_HEADERS = \
 		unix/fontutil.h \
 		unix/gsockunx.h \
 		unix/mimetype.h \
+		unix/taskbarx11.h \
 		unix/utilsx11.h \
 		html/forcelnk.h \
 		html/helpctrl.h \
@@ -637,6 +634,7 @@ ALL_HEADERS = \
 		protocol/protocol.h
 
 COMMONOBJS = \
+		accesscmn.o \
 		appcmn.o \
 		artprov.o \
 		artstd.o \
@@ -663,6 +661,7 @@ COMMONOBJS = \
 		dobjcmn.o \
 		docmdi.o \
 		docview.o \
+		dpycmn.o \
 		dseldlg.o \
 		dynarray.o \
 		dynlib.o \
@@ -730,7 +729,7 @@ COMMONOBJS = \
 		quantize.o \
 		radiocmn.o \
 		regex.o \
-		resource.o \
+		rgncmn.o \
 		sckaddr.o \
 		sckfile.o \
 		sckipc.o \
@@ -743,6 +742,7 @@ COMMONOBJS = \
 		stream.o \
 		string.o \
 		sysopt.o \
+		taskbarcmn.o \
 		tbarbase.o \
 		textbuf.o \
 		textcmn.o \
@@ -762,7 +762,6 @@ COMMONOBJS = \
 		wfstream.o \
 		wincmn.o \
 		wxchar.o \
-		wxexpr.o \
 		xpmdecod.o \
 		zipstrm.o \
 		zstream.o
@@ -798,9 +797,6 @@ GUIOBJS = \
 		printps.o \
 		prntdlgg.o \
 		progdlgg.o \
-		prop.o \
-		propform.o \
-		proplist.o \
 		sashwin.o \
 		scrlwing.o \
 		spinctlg.o \
@@ -813,7 +809,6 @@ GUIOBJS = \
 		tipdlg.o \
 		tipwin.o \
 		treectlg.o \
-		treelay.o \
 		wizard.o \
 		app.o \
 		bitmap.o \
@@ -850,6 +845,7 @@ GUIOBJS = \
 		mdi.o \
 		menu.o \
 		minifram.o \
+		msgdlg.o \
 		notebook.o \
 		pen.o \
 		popupwin.o \
@@ -909,9 +905,6 @@ GUI_LOWLEVEL_OBJS = \
 		printps.o \
 		prntdlgg.o \
 		progdlgg.o \
-		prop.o \
-		propform.o \
-		proplist.o \
 		sashwin.o \
 		scrlwing.o \
 		spinctlg.o \
@@ -923,7 +916,6 @@ GUI_LOWLEVEL_OBJS = \
 		tipdlg.o \
 		tipwin.o \
 		treectlg.o \
-		treelay.o \
 		wizard.o \
 		app.o \
 		bitmap.o \
@@ -963,6 +955,7 @@ UNIXOBJS = \
 		gsocket.o \
 		mimetype.o \
 		snglinst.o \
+		taskbarx11.o \
 		threadpsx.o \
 		utilsunx.o \
 		utilsx11.o