git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@461 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-10-22 15:33:03 +00:00
parent 6fa6374d66
commit 967b5126f3
2 changed files with 11 additions and 1 deletions

View File

@@ -2,7 +2,6 @@
/*!
* %file Mw/Widget/Window.h
* %brief Window widget
* %prop MwNtitle MwNmain MwNiconPixmap MwNsizeHints
*/
#ifndef __MW_WIDGET_WINDOW_H__
#define __MW_WIDGET_WINDOW_H__

View File

@@ -499,5 +499,16 @@
</function>
</functions>
</widget>
<widget name="Window">
<properties>
<property name="title" />
<property name="main" />
<property name="iconPixmap" />
<property name="sizeHints" />
</properties>
<functions>
<function name="MakeBorderless" />
</functions>
</widget>
</widgets>
</milsko>