examples/DS401_Slave_Gui/main.h
changeset 316 75691a663ec1
parent 295 25ff2fadff89
child 385 fff25f16c923
equal deleted inserted replaced
315:1d3bf87b8658 316:75691a663ec1
     6 #include <wx/brush.h>
     6 #include <wx/brush.h>
     7 #include <wx/dynarray.h>
     7 #include <wx/dynarray.h>
     8 #include <wx/listbox.h>
     8 #include <wx/listbox.h>
     9 #include <wx/gauge.h>
     9 #include <wx/gauge.h>
    10 #include <wx/spinctrl.h>
    10 #include <wx/spinctrl.h>
       
    11 #include <wx/notebook.h>
    11 
    12 
    12 class MyApp : public wxApp {
    13 class MyApp : public wxApp {
    13 public:
    14 public:
    14  virtual bool OnInit();
    15  virtual bool OnInit();
    15 };
    16 };