GTK
authorRobert Roebling <robert@roebling.de>
Thu, 28 May 1998 22:05:55 +0000 (22:05 +0000)
committerRobert Roebling <robert@roebling.de>
Thu, 28 May 1998 22:05:55 +0000 (22:05 +0000)
commit1a56f55c02d718e9da7574807cb01e4d2cf6a1fa
tree3029defa61f44481339e87fbe724fd6aa7b48717
parent6f65e33794fca0c936227235515a40e7df5c56e3
GTK
  moved main() to app.cpp
  added wxGauge
  added wxStaticBitmap

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
14 files changed:
include/wx/gtk/gauge.h
include/wx/gtk/statbmp.h
include/wx/gtk1/gauge.h
include/wx/gtk1/statbmp.h
src/Makefile.in
src/gtk/app.cpp
src/gtk/bmpbuttn.cpp
src/gtk/gauge.cpp [new file with mode: 0644]
src/gtk/statbmp.cpp [new file with mode: 0644]
src/gtk1/app.cpp
src/gtk1/bmpbuttn.cpp
src/gtk1/gauge.cpp [new file with mode: 0644]
src/gtk1/statbmp.cpp [new file with mode: 0644]
user/wxTest/Makefile.in