things
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@204 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
8c030ba778
commit
7dda33ee1c
22 changed files with 204 additions and 39 deletions
|
|
@ -4,9 +4,11 @@
|
|||
|
||||
#include <MwOO/Base.h>
|
||||
|
||||
class MwOOWindowWidget : public MwOOWidget {
|
||||
namespace MwOO {
|
||||
class Window : public MwOO::Base {
|
||||
public:
|
||||
MwOOWindowWidget(const char* name, MwOOWidget* parent, int x, int y, int w, int h);
|
||||
Window(const char* widget_name, MwOO::Base* parent, int x, int y, int w, int h);
|
||||
};
|
||||
} // namespace MwOO
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue