]>
git.saurik.com Git - wxWidgets.git/blob - samples/minifram/test.h
1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: wxToolBar sample
4 // Author: Julian Smart
8 // Copyright: (c) Julian Smart and Robert Roebling
9 // Licence: wxWindows licence
10 /////////////////////////////////////////////////////////////////////////////
12 #include "wx/minifram.h"
14 // Define a new application
15 class MyApp
: public wxApp
19 bool InitToolbar(wxToolBar
* toolBar
);
23 class MyFrame
: public wxMiniFrame
26 MyFrame(wxFrame
*parent
, wxWindowID id
= -1, const wxString
& title
= "wxToolBar Sample",
27 const wxPoint
& pos
= wxDefaultPosition
, const wxSize
& size
= wxDefaultSize
);
29 void OnCloseWindow(wxCloseEvent
& event
);
34 #define ID_TOOLBAR 500