23#ifndef RESOLUTIONCHOOSER_H
24#define RESOLUTIONCHOOSER_H
28#include <wx/statline.h>
29#include <wx/spinctrl.h>
35 const int &resolution,
36 const wxPoint &pos = wxDefaultPosition,
37 const wxSize &size = wxDefaultSize,
long style = wxDEFAULT_DIALOG_STYLE);
39 double GetResolution()
41 return m_resolution->GetValue();
45 wxSpinCtrl *m_resolution;
Definition: ResolutionChooser.h:32