]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk.inc
Fix to wxTreeCtrl::GetNextChild from Marcel Rasche. Corrected WXUSINGDLL in 2 makefiles.
[wxWidgets.git] / src / gtk.inc
index 7cffd5077bb1b04564db9539822819ab6ba6d41f..d2119a1df0b6433d1ca93e504892818bcbe37f47 100644 (file)
@@ -4,7 +4,7 @@ NONE =
 # define library name
 LIB_TARGET=wx_gtk
 LIB_MAJOR=1
-LIB_MINOR=93
+LIB_MINOR=96
 
 # define library sources
 
@@ -25,6 +25,7 @@ LIB_CPP_SRC=\
  common/hash.cpp \
  common/helpbase.cpp \
  common/intl.cpp \
+ common/image.cpp \
  common/ipcbase.cpp \
  common/layout.cpp \
  common/list.cpp \
@@ -47,13 +48,13 @@ LIB_CPP_SRC=\
  common/framecmn.cpp \
  common/stream.cpp \
  common/datstrm.cpp \
- common/fstream.cpp \
  common/mstream.cpp \
  common/zstream.cpp \
  common/objstrm.cpp \
  common/sckstrm.cpp \
  common/validate.cpp \
  common/valtext.cpp \
+ common/variant.cpp \
  common/wxexpr.cpp \
  common/socket.cpp \
  common/sckaddr.cpp \
@@ -72,6 +73,7 @@ LIB_CPP_SRC=\
  gtk/button.cpp \
  gtk/checkbox.cpp \
  gtk/choice.cpp \
+ gtk/clipbrd.cpp \
  gtk/colour.cpp \
  gtk/control.cpp \
  gtk/combobox.cpp \
@@ -101,6 +103,7 @@ LIB_CPP_SRC=\
  gtk/scrolbar.cpp \
  gtk/settings.cpp \
  gtk/slider.cpp \
+ gtk/spinbutt.cpp \
  gtk/statbox.cpp \
  gtk/statbmp.cpp \
  gtk/stattext.cpp \
@@ -117,18 +120,20 @@ LIB_CPP_SRC=\
  generic/gridg.cpp \
  generic/imaglist.cpp \
  generic/listctrl.cpp \
+ generic/laywin.cpp \
  generic/msgdlgg.cpp \
  generic/panelg.cpp \
  generic/printps.cpp \
  generic/prntdlgg.cpp \
+ generic/sashwin.cpp \
  generic/scrolwin.cpp \
  generic/splitter.cpp \
  generic/statusbr.cpp \
  generic/tabg.cpp \
  generic/textdlgg.cpp \
- generic/treectrl.cpp
+ generic/treectrl.cpp \
+ generic/helpext.cpp
+
 LIB_C_SRC=\
  common/extended.c \
 \
@@ -164,28 +169,3 @@ LIB_C_SRC=\
  zlib/infcodes.c \
  zlib/infutil.c \
  zlib/inffast.c \
-\
- gdk_imlib/cache.c \
- gdk_imlib/colors.c \
- gdk_imlib/globals.c \
- gdk_imlib/load.c \
- gdk_imlib/misc.c \
- gdk_imlib/rend.c \
- gdk_imlib/save.c \
- gdk_imlib/utils.c \
- \
-  iodbc/dlf.c \
-  iodbc/dlproc.c \
-  iodbc/herr.c \
-  iodbc/henv.c \
-  iodbc/hdbc.c \
-  iodbc/hstmt.c \
-  iodbc/connect.c \
-  iodbc/prepare.c \
-  iodbc/result.c \
-  iodbc/execute.c \
-  iodbc/fetch.c \
-  iodbc/info.c \
-  iodbc/catalog.c \
-  iodbc/misc.c \
-  iodbc/itrace.c