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
|
|
@ -2,5 +2,5 @@
|
|||
#include <MwOO/Widget/Image.h>
|
||||
#include <Mw/Widget/Image.h>
|
||||
|
||||
MwOOImageWidget::MwOOImageWidget(const char* name, MwOOWidget* parent, int x, int y, int w, int h) : MwOOWidget(MwImageClass, name, parent, x, y, w, h){
|
||||
MwOO::Image::Image(const char* widget_name, MwOO::Base* parent, int x, int y, int w, int h) : MwOO::Base(MwImageClass, widget_name, parent, x, y, w, h){
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue