]> git.saurik.com Git - wxWidgets.git/commit
Initial check in of wxApplet code to CVS
authorKendall Bennett <KendallB@scitechsoft.com>
Wed, 2 May 2001 20:59:28 +0000 (20:59 +0000)
committerKendall Bennett <KendallB@scitechsoft.com>
Wed, 2 May 2001 20:59:28 +0000 (20:59 +0000)
commit54921697ae6cb35c5865620dce494227b0df5e02
tree15c811a9be71e9119086dfbaed38245f5cc21072
parentc3952f6524b5827420836f856ef2074f20e72849
Initial check in of wxApplet code to CVS

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9971 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
18 files changed:
include/wx/applet/applet.h [new file with mode: 0644]
include/wx/applet/window.h [new file with mode: 0644]
samples/applet/about.html [new file with mode: 0644]
samples/applet/applet.cpp [new file with mode: 0644]
samples/applet/applet.h [new file with mode: 0644]
samples/applet/applet.rc [new file with mode: 0644]
samples/applet/combobox.cpp [new file with mode: 0644]
samples/applet/combobox.h [new file with mode: 0644]
samples/applet/dialogs.wdr [new file with mode: 0644]
samples/applet/dialogs_wdr.cpp [new file with mode: 0644]
samples/applet/dialogs_wdr.h [new file with mode: 0644]
samples/applet/index.html [new file with mode: 0644]
samples/applet/monitorapplet.cpp [new file with mode: 0644]
samples/applet/monitorapplet.h [new file with mode: 0644]
samples/applet/monitors.c [new file with mode: 0644]
src/applet/applet.cpp [new file with mode: 0644]
src/applet/appletwindow.cpp [new file with mode: 0644]
src/applet/makefile [new file with mode: 0644]