]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/files.lst
Fix for the splashscreen bitmap not showing up in wxGTK.
[wxWidgets.git] / src / x11 / files.lst
index d8cedb5f096ee4c6c6f4aacb8b027bf442c4f342..f94664ef0e174091db21e684297df961975e112e 100644 (file)
@@ -14,6 +14,7 @@ ALL_SOURCES = \
                x11/dcmemory.cpp \
                x11/dcscreen.cpp \
                x11/evtloop.cpp \
+               x11/font.cpp \
                x11/gdiobj.cpp \
                x11/glcanvas.cpp \
                x11/gsockx11.c \
@@ -23,48 +24,13 @@ ALL_SOURCES = \
                x11/minifram.cpp \
                x11/palette.cpp \
                x11/pen.cpp \
+               x11/popupwin.cpp \
                x11/region.cpp \
                x11/settings.cpp \
                x11/timer.cpp \
-               x11/toolbar.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 \
@@ -91,6 +57,7 @@ ALL_SOURCES = \
                generic/msgdlgg.cpp \
                generic/numdlgg.cpp \
                generic/panelg.cpp \
+               generic/printps.cpp \
                generic/prntdlgg.cpp \
                generic/progdlgg.cpp \
                generic/prop.cpp \
@@ -515,6 +482,7 @@ ALL_HEADERS = \
                x11/glcanvas.h \
                x11/icon.h \
                x11/joystick.h \
+               x11/mdi.h \
                x11/minifram.h \
                x11/palette.h \
                x11/pen.h \
@@ -535,6 +503,7 @@ ALL_HEADERS = \
                univ/colschem.h \
                univ/combobox.h \
                univ/control.h \
+               univ/dialog.h \
                univ/frame.h \
                univ/gauge.h \
                univ/inpcons.h \
@@ -622,7 +591,7 @@ ALL_HEADERS = \
                protocol/http.h \
                protocol/protocol.h
 
-GUIOBJS = \
+GUI_LOWLEVEL_OBJS = \
                app.o \
                bitmap.o \
                brush.o \
@@ -636,6 +605,7 @@ GUIOBJS = \
                dcmemory.o \
                dcscreen.o \
                evtloop.o \
+               font.o \
                gdiobj.o \
                glcanvas.o \
                gsockx11.o \
@@ -645,48 +615,13 @@ GUIOBJS = \
                minifram.o \
                palette.o \
                pen.o \
+               popupwin.o \
                region.o \
                settings.o \
                timer.o \
-               toolbar.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 \
@@ -843,6 +778,7 @@ GENERICOBJS = \
                msgdlgg.o \
                numdlgg.o \
                panelg.o \
+               printps.o \
                prntdlgg.o \
                progdlgg.o \
                prop.o \