Revision history of "CPP/WxWidgets/Basic"

From ProgrammingExamples
Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 19:49, 12 April 2011Daviddoria (Talk | contribs). . (1,838 bytes) (+1,838). . (Created page with '==Basics.cpp== <source lang="cpp"> * hworld.cpp: #include "wx/wx.h" class MyApp: public wxApp { virtual bool OnInit(); }; class MyFrame: public wxFrame { public: …')