Start filling the Print's Tab, using @lordofhyphens's Optionsgroup

This commit is contained in:
YuSanka 2017-12-13 14:45:10 +01:00
parent c5e21c1fbf
commit d60fac42d6
11 changed files with 1000 additions and 482 deletions

View file

@ -1,6 +1,10 @@
#ifndef WIDGET_HPP
#define WIDGET_HPP
#include "wxinit.h"
#include <wx/wxprec.h>
#ifndef WX_PRECOM
#include <wx/wx.h>
#endif
class Widget {
protected:
wxSizer* _sizer;