samples/dynamic/*.rc
samples/dynamic/*.wav
+samples/erase/*.cpp
+samples/erase/*.h
+samples/erase/*.def
+samples/erase/makefile*
+samples/erase/*.xbm
+samples/erase/*.xpm
+samples/erase/*.txt
+samples/erase/*.ico
+samples/erase/*.bmp
+samples/erase/*.rc
+samples/erase/*.wav
+
samples/sockets/*.cpp
samples/sockets/*.h
samples/sockets/*.def
samples/dragimag/Makefile.in
samples/drawing/Makefile.in
samples/dynamic/Makefile.in
+samples/erase/Makefile.in
samples/exec/Makefile.in
samples/event/Makefile.in
samples/grid/Makefile.in
samples/dynamic/DynamicVC.dsp
samples/dynamic/DynamicVC.dsw
+samples/dynamic/EraseVC.dsp
+samples/dynamic/EraseVC.dsw
+
samples/event/EventVC.dsp
samples/event/EventVC.dsw
\wxheading{See also}
\helpref{wxFrame::IsFullScreen}{wxframeisfullscreen}
+
// Miscellaneous geometry code: needed for Canvas library
#define wxUSE_GEOMETRY 1
+// Use menus
+#define wxUSE_MENUS 1
// ----------------------------------------------------------------------------
// Optional controls
// ----------------------------------------------------------------------------
#ifdef __GNUG__
- #pragma implementation "minimal.cpp"
- #pragma interface "minimal.cpp"
+ #pragma implementation "erase.cpp"
+ #pragma interface "erase.cpp"
#endif
// For compilers that support precompilation, includes "wx/wx.h".
void MyFrame::OnAbout(wxCommandEvent& WXUNUSED(event))
{
wxString msg;
- msg.Printf( _T("This is the about dialog of minimal sample.\n")
+ msg.Printf( _T("This is the about dialog of tghe Erase sample.\n")
_T("Welcome to %s"), wxVERSION_STRING);
- wxMessageBox(msg, "About Minimal", wxOK | wxICON_INFORMATION, this);
+ wxMessageBox(msg, "About Erase", wxOK | wxICON_INFORMATION, this);
}
$(MSWDIR)\datetime.obj \
$(MSWDIR)\datstrm.obj \
$(MSWDIR)\db.obj \
+ $(MSWDIR)\dbgrid.obj \
$(MSWDIR)\dbtable.obj \
$(MSWDIR)\dcbase.obj \
$(MSWDIR)\dircmn.obj \
$(MSWDIR)\db.obj: $(COMMDIR)\db.$(SRCSUFF)
+$(MSWDIR)\dbgrid.obj: $(COMMDIR)\dbgrid.$(SRCSUFF)
+
$(MSWDIR)\dbtable.obj: $(COMMDIR)\dbtable.$(SRCSUFF)
$(MSWDIR)\dcbase.obj: $(COMMDIR)\dcbase.$(SRCSUFF)
$(COMMDIR)/datetime.$(OBJSUFF) \
$(COMMDIR)/datstrm.$(OBJSUFF) \
$(COMMDIR)/db.$(OBJSUFF) \
+ $(COMMDIR)/dbgrid.$(OBJSUFF) \
$(COMMDIR)/dbtable.$(OBJSUFF) \
$(COMMDIR)/dcbase.$(OBJSUFF) \
$(COMMDIR)/dircmn.$(OBJSUFF) \