-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathNoCardsPanel.h
40 lines (29 loc) · 946 Bytes
/
NoCardsPanel.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
// -*- C++ -*-
//
// generated by wxGlade 1.0.0 on Tue Aug 10 18:59:00 2021
//
// Example for compiling a single file project under Linux using g++:
// g++ MyApp.cpp $(wx-config --libs) $(wx-config --cxxflags) -o MyApp
//
// Example for compiling a multi file project under Linux using g++:
// g++ main.cpp $(wx-config --libs) $(wx-config --cxxflags) -o MyApp Dialog1.cpp Frame1.cpp
//
#ifndef NOCARDSPANEL_H
#define NOCARDSPANEL_H
#include <wx/wx.h>
#include <wx/image.h>
// begin wxGlade: ::dependencies
// end wxGlade
// begin wxGlade: ::extracode
// end wxGlade
class NoCardsPanel: public wxPanel {
public:
// begin wxGlade: NoCardsPanel::ids
// end wxGlade
NoCardsPanel(wxWindow* parent, wxWindowID id, const wxPoint& pos=wxDefaultPosition, const wxSize& size=wxDefaultSize, long style=0);
private:
protected:
// begin wxGlade: NoCardsPanel::attributes
// end wxGlade
}; // wxGlade: end class
#endif // NOCARDSPANEL_H