Removed usage of GdkImlib
authorRobert Roebling <robert@roebling.de>
Sat, 24 Oct 1998 17:12:05 +0000 (17:12 +0000)
committerRobert Roebling <robert@roebling.de>
Sat, 24 Oct 1998 17:12:05 +0000 (17:12 +0000)
commit01111366c9b4ea40eee7f4b13ddfe6f6b9f886db
tree06c8e5c0fdee80800974efc2f262bb404fa5d3f7
parent0ab4b99cdfacdecc7356348aa1af2cebdc358e41
  Removed usage of GdkImlib
  Added platform independent wxImage class
  Changed wxBitmap and wxImageList accordingly
  Correctted header text

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@905 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
81 files changed:
include/wx/gtk/accel.h
include/wx/gtk/app.h
include/wx/gtk/bitmap.h
include/wx/gtk/bmpbuttn.h
include/wx/gtk/brush.h
include/wx/gtk/button.h
include/wx/gtk/checkbox.h
include/wx/gtk/choice.h
include/wx/gtk/colour.h
include/wx/gtk1/accel.h
include/wx/gtk1/app.h
include/wx/gtk1/bitmap.h
include/wx/gtk1/bmpbuttn.h
include/wx/gtk1/brush.h
include/wx/gtk1/button.h
include/wx/gtk1/checkbox.h
include/wx/gtk1/choice.h
include/wx/gtk1/colour.h
include/wx/image.h [new file with mode: 0644]
samples/image/Makefile [new file with mode: 0644]
samples/image/Makefile.in [new file with mode: 0644]
samples/image/horse.png [new file with mode: 0644]
samples/image/image.cpp [new file with mode: 0644]
src/Makefile.in
src/common/image.cpp [new file with mode: 0644]
src/generic/imaglist.cpp
src/gtk.inc
src/gtk/app.cpp
src/gtk/bitmap.cpp [copied from src/gtk1/bitmap.cpp with 58% similarity]
src/gtk/bmpbuttn.cpp
src/gtk/brush.cpp
src/gtk/button.cpp
src/gtk/checkbox.cpp
src/gtk/choice.cpp
src/gtk/colour.cpp
src/gtk/combobox.cpp
src/gtk/control.cpp
src/gtk/cursor.cpp
src/gtk/data.cpp
src/gtk/dc.cpp
src/gtk/dcclient.cpp
src/gtk/dcmemory.cpp
src/gtk/dcscreen.cpp
src/gtk/dialog.cpp
src/gtk/dnd.cpp
src/gtk/filedlg.cpp
src/gtk/font.cpp
src/gtk/frame.cpp
src/gtk/gauge.cpp
src/gtk/notebook.cpp
src/gtk/timer.cpp
src/gtk/utilsgtk.cpp
src/gtk/win_gtk.c
src/gtk/window.cpp
src/gtk1/app.cpp
src/gtk1/bitmap.cpp
src/gtk1/bmpbuttn.cpp
src/gtk1/brush.cpp
src/gtk1/button.cpp
src/gtk1/checkbox.cpp
src/gtk1/choice.cpp
src/gtk1/colour.cpp
src/gtk1/combobox.cpp
src/gtk1/control.cpp
src/gtk1/cursor.cpp
src/gtk1/data.cpp
src/gtk1/dc.cpp
src/gtk1/dcclient.cpp
src/gtk1/dcmemory.cpp
src/gtk1/dcscreen.cpp
src/gtk1/dialog.cpp
src/gtk1/dnd.cpp
src/gtk1/filedlg.cpp
src/gtk1/font.cpp
src/gtk1/frame.cpp
src/gtk1/gauge.cpp
src/gtk1/notebook.cpp
src/gtk1/timer.cpp
src/gtk1/utilsgtk.cpp
src/gtk1/win_gtk.c
src/gtk1/window.cpp