From 3bfba010c7b796acce0496cfba025522fca21cb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sat, 6 Oct 2001 22:49:14 +0000 Subject: [PATCH] no, wxComboBox is really NOT a low-level class (neither is wxChoice, for that matter, but filelist.txt pretends it is so that wxUniv can in turn pretend in can do wxChoices...) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11866 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- distrib/msw/tmake/filelist.txt | 2 +- src/gtk/files.lst | 3 +-- src/gtk1/files.lst | 3 +-- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/distrib/msw/tmake/filelist.txt b/distrib/msw/tmake/filelist.txt index d1fb7574c6..93c9cf18d0 100644 --- a/distrib/msw/tmake/filelist.txt +++ b/distrib/msw/tmake/filelist.txt @@ -401,7 +401,7 @@ checklst.cpp GTK choice.cpp GTK LowLevel clipbrd.cpp GTK LowLevel colour.cpp GTK LowLevel -combobox.cpp GTK LowLevel +combobox.cpp GTK control.cpp GTK cursor.cpp GTK LowLevel data.cpp GTK LowLevel diff --git a/src/gtk/files.lst b/src/gtk/files.lst index 132d0b30d9..da34444790 100644 --- a/src/gtk/files.lst +++ b/src/gtk/files.lst @@ -1,4 +1,4 @@ -# This file was automatically generated by tmake at 16:51, 2001/09/21 +# This file was automatically generated by tmake at 14:18, 2001/10/06 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE GTK.T! ALL_SOURCES = \ generic/accel.cpp \ @@ -845,7 +845,6 @@ GUI_LOWLEVEL_OBJS = \ choice.o \ clipbrd.o \ colour.o \ - combobox.o \ cursor.o \ data.o \ dataobj.o \ diff --git a/src/gtk1/files.lst b/src/gtk1/files.lst index 132d0b30d9..da34444790 100644 --- a/src/gtk1/files.lst +++ b/src/gtk1/files.lst @@ -1,4 +1,4 @@ -# This file was automatically generated by tmake at 16:51, 2001/09/21 +# This file was automatically generated by tmake at 14:18, 2001/10/06 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE GTK.T! ALL_SOURCES = \ generic/accel.cpp \ @@ -845,7 +845,6 @@ GUI_LOWLEVEL_OBJS = \ choice.o \ clipbrd.o \ colour.o \ - combobox.o \ cursor.o \ data.o \ dataobj.o \