]>
git.saurik.com Git - wxWidgets.git/blob - utils/framelayout/samples/test/fl_test.h
6 // Define a new application type
7 class MyApp
: public wxApp
12 class MyFrame
: public wxFrame
16 wxFrameLayout
* mpLayout
;
17 wxTextCtrl
* mpClientWnd
;
18 wxPanel
* mpInternalFrm
;
20 wxTextCtrl
* CreateTextCtrl( const wxString
& value
);
23 MyFrame(wxFrame
*frame
);
26 bool OnClose(void) { Show(FALSE
); return TRUE
; }
28 void OnExit( wxCommandEvent
& event
);
33 #define NEW_TEST_EXIT 1101