Mercurial > mercurial > hgweb_lesearcher.cgi
diff src/mmove.cpp @ 0:615a15029602 default tip
first commit.
author | pyon@macmini |
---|---|
date | Sun, 10 Nov 2019 08:39:41 +0900 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/mmove.cpp Sun Nov 10 08:39:41 2019 +0900 @@ -0,0 +1,19 @@ +/* Filename : mmove.cpp + Last Change: 2019-11-08 金 14:22:28. + by Takayuki Mutoh +*/ +#include "mmove.h" + +MergeMoveFrame::MergeMoveFrame(wxWindow* parent, wxWindowID id, const wxString& title, const wxPoint& pos, const wxSize& size, long style) + : wxFrame(parent, id, title, pos, size, style) +{ + this->SetSizeHints(wxDefaultSize, wxDefaultSize); + + + this->Centre(wxBOTH); +} + +MergeMoveFrame::~MergeMoveFrame() +{ +} +