Attribute |
Domain |
Default Value |
Description |
name |
string |
"" |
Unique name of the window. |
class |
string |
"" |
Specifies the name of a defined theme class (see <mmstheme>).
|
alignment |
alignment |
"center" |
Specifies the alignment of the window. |
dx |
pixel |
"0" |
Delta x position in pixels dependent on alignment. |
dy |
pixel |
"0" |
Delta y position in pixels dependent on alignment. |
w |
size |
"100%" |
Width of the window.
|
h |
size |
"100%" |
Height of the window. |
bgcolor |
color |
"#00000000" |
Specifies the background color.
|
bgimage |
image |
"" |
Specifies a image file for the background. |
opacity |
unsigned char |
"255" |
Specifies the opacity of the window.
|
fadein |
boolean |
"false" |
Specifies if the window should fade during the show action.
|
fadeout |
boolean |
"false" |
Specifies if the window should fade during the hide action. |
movein |
"left"|"right"|"top"|"bottom" |
"" |
Specifies if and which direction the window should move in during the show action. |
moveout |
"left"|"right"|"top"|"bottom" |
"" |
Specifies if and which direction the window should move in during the hide action. |
debug |
boolean |
"false" |
Specifies if debug frames should be drawed. |
margin |
pixel |
"0" |
Specifies the outer margin between the border and everything outside the window. |
own_surface |
boolean |
"true" |
If set to true, the window should manage its surface memory. If not subsurface memory from the parent window is used. |
modal |
boolean |
"false" |
The window will get any input event and thus will block all other window until hide() was called. |
static_zorder |
boolean |
"true" |
If set to false, the z-order of child windows is can be changed by pointer events. |
focusable |
boolean |
"true" |
Specifies the ability of the window to receive the focus. |
Attribute |
Domain |
Default Value |
Description |
border.image.path |
string |
"" |
Sets the path of the border images. |
border.image.top-left |
string |
"" |
Specifies the border image at the top-left corner. |
border.image.top |
string |
"" |
Specifies the border image at the top. |
border.image.top-right |
string |
"" |
Specifies the border image at the top-right corner. |
border.image.right |
string |
"" |
Specifies the border image on the right side. |
border.image.bottom-right |
string |
"" |
Specifies the border image at the bottom-right corner. |
border.image.bottom |
string |
"" |
Specifies the border image at the bottom. |
border.image.bottom-left |
string |
"" |
Specifies the border image at the bottom-left corner. |
border.image.left |
string |
"" |
Specifies the border image on the left side. |
border.selimage.path |
string |
"" |
Here you can set the path of the border images for selected items. |
border.selimage.top-left |
string |
"" |
Specifies the border image for selected items at the top-left corner. |
border.selimage.top |
string |
"" |
Specifies the border image for selected items at the top. |
border.selimage.top-right |
string |
"" |
Specifies the border image for selected items at the top-right corner. |
border.selimage.right |
string |
"" |
Specifies the border image for selected items on the right side. |
border.selimage.bottom-right |
string |
"" |
Specifies the border image for selected items at the bottom-right corner. |
border.selimage.bottom |
string |
"" |
Specifies the border image for selected items at the bottom. |
border.selimage.bottom-left |
string |
"" |
Specifies the border image for selected items at the bottom-left corner. |
border.selimage.left |
string |
"" |
Specifies the border image for selected items on the left side. |
border.color |
color |
"#00000000" |
Specifies the border color. |
border.selcolor |
color |
"#00000000" |
Specifies the border color for selected items. |
border.thickness |
pixel |
"0" |
Specifies the thickness of the border. |
border.margin |
pixel |
"0" |
Specifies the inner margin between the border and the background of the element. |
border.rcorners |
boolean |
"false" |
If you specify "true" round corners will be drawn. |