]> git.saurik.com Git - wxWidgets.git/commit - include/install-sh
Added install scripts in missing places
authorRobert Roebling <robert@roebling.de>
Mon, 23 Nov 1998 12:43:57 +0000 (12:43 +0000)
committerRobert Roebling <robert@roebling.de>
Mon, 23 Nov 1998 12:43:57 +0000 (12:43 +0000)
commite52f60e65236befe1a509cc3c1823607be0d2b3c
treed8f70dfd4cfe5cbe80c4305f4c2c035a4e67767d
parent16ee7f42e1b6964e5b7dd8d2152ea31a3748b370
  Added install scripts in missing places
  Fixed wxFrame resize behaviour for GTK 1.1.3
  Added GetMousePosition
  Added const char** constructors to icon and bitmap
  Autolayout should now work for wxDialog

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1024 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
26 files changed:
include/install-sh [new file with mode: 0755]
include/wx/gdicmn.h
include/wx/gtk/bitmap.h
include/wx/gtk/dialog.h
include/wx/gtk/icon.h
include/wx/gtk1/bitmap.h
include/wx/gtk1/dialog.h
include/wx/gtk1/icon.h
include/wx/install-sh [new file with mode: 0755]
samples/controls/controls.cpp
src/Makefile.in
src/common/framecmn.cpp
src/common/resource.cpp
src/gtk.inc
src/gtk/bitmap.cpp
src/gtk/dialog.cpp
src/gtk/frame.cpp
src/gtk/icon.cpp
src/gtk/utilsgtk.cpp
src/gtk/win_gtk.c
src/gtk1/bitmap.cpp
src/gtk1/dialog.cpp
src/gtk1/frame.cpp
src/gtk1/icon.cpp
src/gtk1/utilsgtk.cpp
src/gtk1/win_gtk.c