wxFrame::SetIcon()
authorRobert Roebling <robert@roebling.de>
Mon, 27 Jul 1998 23:01:43 +0000 (23:01 +0000)
committerRobert Roebling <robert@roebling.de>
Mon, 27 Jul 1998 23:01:43 +0000 (23:01 +0000)
commitd355d3fe69153840d740469eddacc3336da2b5ae
tree9d64db62be9cedba8babb75c4428e66a17f50cf4
parente3e65dac0c4e7ad19e3c270caa1e0eea138e5d8d
  wxFrame::SetIcon()
  it's possible now to call Close() after ShowModal()
  dialog sample works
  changed wxString::First() etc to return -1

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@382 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
19 files changed:
include/wx/fontdlg.h
include/wx/gtk/bitmap.h
include/wx/gtk/frame.h
include/wx/gtk1/bitmap.h
include/wx/gtk1/frame.h
include/wx/string.h
install/gtk/INSTALL
samples/dialogs/Makefile [new file with mode: 0644]
samples/dialogs/Makefile.in [new file with mode: 0644]
samples/dialogs/dialogs.cpp
samples/minimal/minimal.cpp
samples/minimal/mondrian.xpm [new file with mode: 0644]
src/common/string.cpp
src/gtk/dialog.cpp
src/gtk/frame.cpp
src/gtk/menu.cpp
src/gtk1/dialog.cpp
src/gtk1/frame.cpp
src/gtk1/menu.cpp