|
|
| Window Attributes | Description | | class | Specifies the name of a defined theme class. See <mmstheme>. | | alignment | Specifies the alignment of the window. Default is "center". See Alignment Values. | | dx | Delta x position in pixels dependent on alignment. Default is "0". | | dy | Delta y position in pixels dependent on alignment. Default is "0". | | w | Width of the window. Default is "100%". See Size Values. | | h | Height of the window. Default is "100%". See Size Values. | | bgcolor | Specifies the background color. Per default the background color is not set. See Setting Colors. | | bgimage | Specifies a image file for the background. Per default the background image is not set. See Setting Images. | | opacity | Specifies the opacity of the window. Values from "0" to "255" are supported. The value "255" means that the window is not transparent. The value "0" means that the window is not visible. Default is "255". | | fadein | Specifies if the window should fade during the show action. Values are "true" or "false". Default is "false". | | fadeout | Specifies if the window should fade during the hide action. Values are "true" or "false". Default is "false". | | debug | Specifies if debug frames should be drawed. Values are "true" or "false". Default is "false". | | margin | Specifies the outer margin between the border and the things outside the window. Unit is pixel. Default is "0". |
|