Added bitmaps and icons to samples
authorRobert Roebling <robert@roebling.de>
Fri, 31 Jul 1998 20:04:04 +0000 (20:04 +0000)
committerRobert Roebling <robert@roebling.de>
Fri, 31 Jul 1998 20:04:04 +0000 (20:04 +0000)
commit47908e25f992135fbc8c9573870784c62654e9e9
tree55ce7c612fc219f4c4829e429d9443b23edfb3d2
parent110f32055efdffb06ab5c98fb45de2bb2b7a57d9
  Added bitmaps and icons to samples
  Fixed event handling in all controls
  Add some missing functions to wxRadioBox
  Fixed clientData stuff to Choice (Combo?)
  No more gtk warning in Combo
  Fixed toolbar sample and mdi sample
  Fixed bug in AddChild resulting from mdi changes
  Fixed wxFrame::GetPosition()
  Changed order of notification calls in wxListCtrl
  to prevent what I think is a reentry bug
  The usual compile fixes here and there

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@408 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
62 files changed:
include/wx/gtk/combobox.h
include/wx/gtk/radiobox.h
include/wx/gtk1/combobox.h
include/wx/gtk1/radiobox.h
samples/controls/controls.cpp
samples/controls/mondrian.xpm [new file with mode: 0644]
samples/dialogs/dialogs.cpp
samples/dnd/dnd.cpp
samples/dnd/mondrian.xpm [new file with mode: 0644]
samples/dynamic/minimal.cpp
samples/dynamic/mondrian.xpm [new file with mode: 0644]
samples/internat/internat.cpp
samples/internat/mondrian.xpm [new file with mode: 0644]
samples/mdi/bitmaps/copy.xpm [new file with mode: 0644]
samples/mdi/bitmaps/cut.xpm [new file with mode: 0644]
samples/mdi/bitmaps/help.xpm [new file with mode: 0644]
samples/mdi/bitmaps/new.xpm [new file with mode: 0644]
samples/mdi/bitmaps/open.xpm [new file with mode: 0644]
samples/mdi/bitmaps/print.xpm [new file with mode: 0644]
samples/mdi/bitmaps/save.xpm [new file with mode: 0644]
samples/mdi/mdi.cpp
samples/mdi/mondrian.xpm [new file with mode: 0644]
samples/memcheck/memcheck.cpp
samples/memcheck/mondrian.xpm [new file with mode: 0644]
samples/toolbar/bitmaps/copy.xpm [new file with mode: 0644]
samples/toolbar/bitmaps/cut.xpm [new file with mode: 0644]
samples/toolbar/bitmaps/help.xpm [new file with mode: 0644]
samples/toolbar/bitmaps/new.xpm [new file with mode: 0644]
samples/toolbar/bitmaps/open.xpm [new file with mode: 0644]
samples/toolbar/bitmaps/preview.xpm [new file with mode: 0644]
samples/toolbar/bitmaps/print.xpm [new file with mode: 0644]
samples/toolbar/bitmaps/save.xpm [new file with mode: 0644]
samples/toolbar/mondrian.xpm [new file with mode: 0644]
samples/toolbar/test.cpp
samples/treectrl/mondrian.xpm [new file with mode: 0644]
samples/treectrl/treetest.cpp
src/generic/listctrl.cpp
src/gtk/bmpbuttn.cpp
src/gtk/button.cpp
src/gtk/checkbox.cpp
src/gtk/choice.cpp
src/gtk/combobox.cpp
src/gtk/frame.cpp
src/gtk/listbox.cpp
src/gtk/radiobox.cpp
src/gtk/scrolbar.cpp
src/gtk/textctrl.cpp
src/gtk/window.cpp
src/gtk1/bmpbuttn.cpp
src/gtk1/button.cpp
src/gtk1/checkbox.cpp
src/gtk1/choice.cpp
src/gtk1/combobox.cpp
src/gtk1/frame.cpp
src/gtk1/listbox.cpp
src/gtk1/radiobox.cpp
src/gtk1/scrolbar.cpp
src/gtk1/textctrl.cpp
src/gtk1/window.cpp
user/wxFile/wxFile.cpp
user/wxLayout/wxllist.h
user/wxLayout/wxlwindow.h