Added wxExtDialog and sample.
authorRobert Roebling <robert@roebling.de>
Sat, 3 Jul 1999 16:40:54 +0000 (16:40 +0000)
committerRobert Roebling <robert@roebling.de>
Sat, 3 Jul 1999 16:40:54 +0000 (16:40 +0000)
commit329e86bfdedacf2736fa77eea1ae171c3c732355
tree3eda110ea7cfbd4eb5bd8df324d113a63ae2913a
parent4438caf41af49f00f3c8137ac801871f59cce386
  Added wxExtDialog and sample.
  Tried to make defs.h slightly more readable, also
    found some wrong flags then.
  Updated testconf.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2948 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
39 files changed:
include/wx/Makefile.am
include/wx/defs.h
include/wx/extdlg.h [new file with mode: 0644]
include/wx/generic/Makefile.am
include/wx/generic/extdlgg.h [new file with mode: 0644]
include/wx/generic/gridg.h
include/wx/generic/msgdlgg.h
include/wx/gtk/info.xpm
include/wx/gtk/statline.h
include/wx/gtk1/info.xpm
include/wx/gtk1/statline.h
samples/dialogs/dialogs.cpp
samples/dialogs/dialogs.h
samples/internat/Makefile.am
samples/layout/Makefile.am
samples/listctrl/Makefile.am
samples/mdi/Makefile.am
samples/memcheck/Makefile.am
samples/minifram/Makefile.am
samples/notebook/Makefile.am
samples/png/Makefile.am
samples/printing/Makefile.am
samples/proplist/Makefile.am
samples/resource/Makefile.am
samples/sashtest/Makefile.am
samples/scroll/Makefile.am
samples/splitter/Makefile.am
samples/text/Makefile.am
samples/thread/Makefile.am
samples/toolbar/Makefile.am
samples/treectrl/Makefile.am
samples/typetest/Makefile.am
samples/typetest/typetest.cpp
samples/validate/Makefile.am
samples/wxpoem/Makefile.am
samples/wxsocket/Makefile.am
src/generic/extdlgg.cpp [new file with mode: 0644]
src/gtk/Makefile.am
src/gtk1/Makefile.am