OSDN Git Service

fix cmake/Macros.cmake
[moflib/moflib.git] / saisei-1.0 / rpg / rpg / widget / createFrame.hpp
1 #pragma once
2 #include <mof/widget/Frame.hpp>
3 #include <mof/widget/WidgetView.hpp>
4 #include <mof/tstring.hpp>
5 #include <memory>
6 #include <memory>
7
8
9 std::unique_ptr<mof::widget::Frame> createFrame
10
11     const mof::tstring& text ,
12     const mof::tstring& contentImagePath ,
13     const mof::tstring& titleImagePath ,
14     std::shared_ptr<mof::widget::WidgetView> pContentView
15 );
16
17
18
19
20
21
22