search for: sizertestapp

Displaying 1 result from an estimated 1 matches for "sizertestapp".

2006 Apr 23
5
Re: StaticBoxSizer bug?
...he problem, but > I bet it''s something really obvious to someone with more experience > than I at hacking the wxruby2 source. > > daniel > > > ------------------------------------------------------------------------ > > #include <wx/wx.h> > > class SizerTestApp : public wxApp { > public: > virtual bool OnInit(); > }; > > class SizerTestFrame : public wxFrame { > public: > SizerTestFrame(const wxString & title); > }; > > IMPLEMENT_APP(SizerTestApp); > > bool SizerTestApp::OnInit() { > SizerTestFrame *frame =...