]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/files.lst
Use override_direct to remove decorations if wxNO_BORDER specified,
[wxWidgets.git] / src / x11 / files.lst
index c073bbfbc4d7eac24da1c2ad792098057bf795b9..528caf718215647ab1e798cfe27ff6584018eee3 100644 (file)
@@ -22,50 +22,16 @@ ALL_SOURCES = \
                x11/joystick.cpp \
                x11/main.cpp \
                x11/minifram.cpp \
+               x11/nanox.c \
                x11/palette.cpp \
                x11/pen.cpp \
                x11/popupwin.cpp \
                x11/region.cpp \
+               x11/reparent.cpp \
                x11/settings.cpp \
-               x11/timer.cpp \
                x11/toplevel.cpp \
                x11/utils.cpp \
                x11/window.cpp \
-               univ/bmpbuttn.cpp \
-               univ/button.cpp \
-               univ/checkbox.cpp \
-               univ/checklst.cpp \
-               univ/choice.cpp \
-               univ/colschem.cpp \
-               univ/combobox.cpp \
-               univ/control.cpp \
-               univ/dialog.cpp \
-               univ/framuniv.cpp \
-               univ/gauge.cpp \
-               univ/themes/gtk.cpp \
-               univ/inpcons.cpp \
-               univ/inphand.cpp \
-               univ/listbox.cpp \
-               univ/menu.cpp \
-               univ/notebook.cpp \
-               univ/radiobox.cpp \
-               univ/radiobut.cpp \
-               univ/renderer.cpp \
-               univ/scrarrow.cpp \
-               univ/scrolbar.cpp \
-               univ/scrthumb.cpp \
-               univ/slider.cpp \
-               univ/spinbutt.cpp \
-               univ/statbmp.cpp \
-               univ/statbox.cpp \
-               univ/statline.cpp \
-               univ/stattext.cpp \
-               univ/statusbr.cpp \
-               univ/textctrl.cpp \
-               univ/theme.cpp \
-               univ/topluniv.cpp \
-               univ/themes/win32.cpp \
-               univ/winuniv.cpp \
                generic/accel.cpp \
                generic/busyinfo.cpp \
                generic/calctrl.cpp \
@@ -106,6 +72,7 @@ ALL_SOURCES = \
                generic/tabg.cpp \
                generic/tbarsmpl.cpp \
                generic/textdlgg.cpp \
+               generic/timer.cpp \
                generic/tipdlg.cpp \
                generic/tipwin.cpp \
                generic/treectlg.cpp \
@@ -482,6 +449,7 @@ ALL_HEADERS = \
                variant.h \
                vector.h \
                version.h \
+               volume.h \
                wave.h \
                wfstream.h \
                window.h \
@@ -506,6 +474,7 @@ ALL_HEADERS = \
                x11/cursor.h \
                x11/dataform.h \
                x11/dataobj.h \
+               x11/dataobj2.h \
                x11/dc.h \
                x11/dcclient.h \
                x11/dcmemory.h \
@@ -524,8 +493,8 @@ ALL_HEADERS = \
                x11/print.h \
                x11/private.h \
                x11/region.h \
+               x11/reparent.h \
                x11/settings.h \
-               x11/timer.h \
                x11/toolbar.h \
                x11/toplevel.h \
                x11/window.h \
@@ -564,6 +533,7 @@ ALL_HEADERS = \
                univ/statusbr.h \
                univ/textctrl.h \
                univ/theme.h \
+               univ/toolbar.h \
                univ/toplevel.h \
                univ/window.h \
                generic/accel.h \
@@ -602,6 +572,7 @@ ALL_HEADERS = \
                generic/statusbr.h \
                generic/tabg.h \
                generic/textdlgg.h \
+               generic/timer.h \
                generic/treectlg.h \
                generic/wizard.h \
                unix/execute.h \
@@ -626,7 +597,7 @@ ALL_HEADERS = \
                protocol/http.h \
                protocol/protocol.h
 
-GUIOBJS = \
+GUI_LOWLEVEL_OBJS = \
                app.o \
                bitmap.o \
                brush.o \
@@ -648,50 +619,16 @@ GUIOBJS = \
                joystick.o \
                main.o \
                minifram.o \
+               nanox.o \
                palette.o \
                pen.o \
                popupwin.o \
                region.o \
+               reparent.o \
                settings.o \
-               timer.o \
                toplevel.o \
                utils.o \
-               window.o \
-               bmpbuttn.o \
-               button.o \
-               checkbox.o \
-               checklst.o \
-               choice.o \
-               colschem.o \
-               combobox.o \
-               control.o \
-               dialog.o \
-               framuniv.o \
-               gauge.o \
-               gtk.o \
-               inpcons.o \
-               inphand.o \
-               listbox.o \
-               menu.o \
-               notebook.o \
-               radiobox.o \
-               radiobut.o \
-               renderer.o \
-               scrarrow.o \
-               scrolbar.o \
-               scrthumb.o \
-               slider.o \
-               spinbutt.o \
-               statbmp.o \
-               statbox.o \
-               statline.o \
-               stattext.o \
-               statusbr.o \
-               textctrl.o \
-               theme.o \
-               topluniv.o \
-               win32.o \
-               winuniv.o
+               window.o
 
 COMMONOBJS = \
                parser.o \
@@ -862,6 +799,7 @@ GENERICOBJS = \
                tabg.o \
                tbarsmpl.o \
                textdlgg.o \
+               timer.o \
                tipdlg.o \
                tipwin.o \
                treectlg.o \