new stock buttons API
authorVáclav Slavík <vslavik@fastmail.fm>
Mon, 30 Aug 2004 14:42:51 +0000 (14:42 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Mon, 30 Aug 2004 14:42:51 +0000 (14:42 +0000)
commit5f7bcb48fd9a642036a3bf5c70e2b0c9576df1b1
tree5d79ec6d795b3337916ef6fba1ad7790c996c6c5
parent598ddd96f45745188c96f16757f7ceeaa0c8d70d
new stock buttons API

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28967 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
40 files changed:
Makefile.in
build/bakefiles/files.bkl
build/msw/makefile.bcc
build/msw/makefile.gcc
build/msw/makefile.vc
build/msw/makefile.wat
build/msw/wx_core.dsp
build/msw/wx_wxregex.dsp
docs/latex/wx/button.tex
docs/latex/wx/stockitems.tex
include/wx/button.h
include/wx/cocoa/button.h
include/wx/defs.h
include/wx/gtk/button.h
include/wx/gtk1/button.h
include/wx/mac/carbon/button.h
include/wx/mac/classic/button.h
include/wx/motif/button.h
include/wx/msw/button.h
include/wx/os2/button.h
include/wx/stockitem.h
include/wx/univ/button.h
src/common/buttoncmn.cpp [deleted file]
src/common/dlgcmn.cpp
src/common/stockitem.cpp
src/generic/dirdlgg.cpp
src/generic/fdrepdlg.cpp
src/generic/filedlgg.cpp
src/generic/logg.cpp
src/generic/progdlgg.cpp
src/generic/tipdlg.cpp
src/gtk/button.cpp
src/gtk1/button.cpp
src/html/helpfrm.cpp
src/mac/carbon/button.cpp
src/mac/classic/button.cpp
src/motif/button.cpp
src/msw/button.cpp
src/os2/button.cpp
src/univ/button.cpp