toxcore/Tox_GUI/gui/home/Home.h

13 lines
183 B
C
Raw Normal View History

#include <wx\wx.h>
class Home : public wxFrame
{
public:
Home(const wxString& title);
void AddNew(wxCommandEvent& event);
wxListBox *netlogList;
};
const int ID_LISTBOX = 1;