]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/files.lst
Added support for delayed deactivation of windows (for MDI)
[wxWidgets.git] / src / x11 / files.lst
index beb49099b6f45a28f72801041d06f423fa11ec68..809074b21f845b0b95d8f1a382268a5fc2c421be 100644 (file)
@@ -31,6 +31,7 @@ ALL_SOURCES = \
                x11/settings.cpp \
                x11/toplevel.cpp \
                x11/utils.cpp \
+               x11/utilsx.cpp \
                x11/window.cpp \
                generic/accel.cpp \
                generic/busyinfo.cpp \
@@ -50,7 +51,6 @@ ALL_SOURCES = \
                generic/gridctrl.cpp \
                generic/gridsel.cpp \
                generic/helpext.cpp \
-               generic/helphtml.cpp \
                generic/imaglist.cpp \
                generic/laywin.cpp \
                generic/listctrl.cpp \
@@ -64,6 +64,7 @@ ALL_SOURCES = \
                generic/progdlgg.cpp \
                generic/sashwin.cpp \
                generic/scrlwing.cpp \
+               generic/selstore.cpp \
                generic/spinctlg.cpp \
                generic/splash.cpp \
                generic/splitter.cpp \
@@ -91,6 +92,7 @@ ALL_SOURCES = \
                common/cshelp.cpp \
                common/ctrlcmn.cpp \
                common/ctrlsub.cpp \
+               common/datacmn.cpp \
                common/datetime.cpp \
                common/datstrm.cpp \
                common/db.cpp \
@@ -339,7 +341,6 @@ ALL_HEADERS = \
                hashmap.h \
                help.h \
                helpbase.h \
-               helphtml.h \
                helpwin.h \
                icon.h \
                iconbndl.h \
@@ -412,6 +413,7 @@ ALL_HEADERS = \
                sckstrm.h \
                scrolbar.h \
                scrolwin.h \
+               selstore.h \
                settings.h \
                sizer.h \
                slider.h \
@@ -502,6 +504,7 @@ ALL_HEADERS = \
                x11/pen.h \
                x11/print.h \
                x11/private.h \
+               x11/privx.h \
                x11/region.h \
                x11/reparent.h \
                x11/textctrl.h \
@@ -561,7 +564,6 @@ ALL_HEADERS = \
                generic/gridctrl.h \
                generic/gridg.h \
                generic/helpext.h \
-               generic/helphtml.h \
                generic/imaglist.h \
                generic/laywin.h \
                generic/listctrl.h \
@@ -640,6 +642,7 @@ GUI_LOWLEVEL_OBJS = \
                settings.o \
                toplevel.o \
                utils.o \
+               utilsx.o \
                window.o
 
 COMMONOBJS = \
@@ -659,6 +662,7 @@ COMMONOBJS = \
                cshelp.o \
                ctrlcmn.o \
                ctrlsub.o \
+               datacmn.o \
                datetime.o \
                datstrm.o \
                db.o \
@@ -795,7 +799,6 @@ GENERICOBJS = \
                gridctrl.o \
                gridsel.o \
                helpext.o \
-               helphtml.o \
                imaglist.o \
                laywin.o \
                listctrl.o \
@@ -809,6 +812,7 @@ GENERICOBJS = \
                progdlgg.o \
                sashwin.o \
                scrlwing.o \
+               selstore.o \
                spinctlg.o \
                splash.o \
                splitter.o \