]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk.inc
more new files
[wxWidgets.git] / src / gtk.inc
index c6e4cbd1d9ab0f5bb30eb1e9c258239d79bc83cd..5df08d7d71a0c3cef0280634fd032b42d90d2bfd 100644 (file)
@@ -13,6 +13,7 @@ LIB_CPP_SRC=\
  common/cmndata.cpp \
  common/config.cpp \
  common/date.cpp \
+ common/dcbase.cpp \
  common/docmdi.cpp \
  common/docview.cpp \
  common/dynarray.cpp \
@@ -63,6 +64,7 @@ LIB_CPP_SRC=\
  common/valtext.cpp \
  common/variant.cpp \
  common/socket.cpp \
+ common/sckint.cpp \
  common/sckaddr.cpp \
  common/sckipc.cpp \
  common/protocol.cpp \
@@ -74,6 +76,7 @@ LIB_CPP_SRC=\
  common/resource.cpp \
  common/wxexpr.cpp \
  common/process.cpp \
+ common/wxchar.cpp \
 \
  gtk/accel.cpp \
  gtk/app.cpp \
@@ -120,6 +123,7 @@ LIB_CPP_SRC=\
  gtk/spinbutt.cpp \
  gtk/statbox.cpp \
  gtk/statbmp.cpp \
+ gtk/statline.cpp \
  gtk/stattext.cpp \
  gtk/tbargtk.cpp \
  gtk/textctrl.cpp \
@@ -131,6 +135,7 @@ LIB_CPP_SRC=\
 \
  unix/utilsunx.cpp \
 \
+ generic/caret.cpp \
  generic/choicdgg.cpp \
  generic/dcpsg.cpp \
  generic/colrdlgg.cpp \
@@ -155,7 +160,8 @@ LIB_CPP_SRC=\
  generic/textdlgg.cpp \
  generic/treectrl.cpp \
  generic/helpext.cpp \
- generic/helphtml.cpp
+ generic/helphtml.cpp \
+ generic/progdlgg.cpp
 
 LIB_C_SRC=\
  common/extended.c \