Page properties: Difference between revisions
Page properties list |
Rwilson131 (talk | contribs) No edit summary |
||
| (8 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
'''Width''' : '''''Integer''''' | |||
If that page is the first page in the wizard, that is the specified width that display screen (or wizard) will run. | If that page is the first page in the wizard, that is the specified width that display screen (or wizard) will run. | ||
| Line 9: | Line 9: | ||
'''Fullscreen''' : '''''Boolean''''' | '''Fullscreen''' : '''''Boolean''''' | ||
If that page is the first page in the wizard, that property if is | If that page is the first page in the wizard, that property, if is different by 0, will start the wizard in fullscreen stage. | ||
'''Caption''' : '''''String''''' | '''Caption''' : '''''String''''' | ||
That property will specify the title of the wizard window. | That property will specify the title of the wizard window. | ||
== The following properties will be default options for button skins: == | |||
'''PictureLeft''' : '''''String''''' | |||
That property specify the left margin of picture that one button has | |||
'''PictureRight''' : '''''String''''' | |||
That property specify the right margin of picture that one button has | |||
'''Picture''' : '''''String''''' | |||
That property specify the left margin of picture that one button has | |||
'''PictureHighLeft''' : '''''String''''' | |||
When button is highlighted/focused, that is the picture that say the left margin | |||
'''PictureHighRight''' : '''''String''''' | |||
When button is highlighted/focused, that is the picture that say the right margin | |||
'''PictureHigh''' : '''''String''''' | |||
When button is highlighted/focused, that is the texture of the button | |||
'''FontHeight''' : '''''Integer''''' | |||
Font size in pixels | |||
'''FontName''' : '''''String''''' | |||
Name of specified font. | |||
'''FontStyle''' : '''''Integer''''' | |||
Font style, may be the same as Label's font style | |||
'''FontColor''' : '''''String''''' | |||
Font color, may be the same as Label's font color | |||
[[Category: Programmer's Guide]] | |||
Latest revision as of 02:41, 6 September 2007
Width : Integer
If that page is the first page in the wizard, that is the specified width that display screen (or wizard) will run.
Height : Integer
If that page is the first page in the wizard, that is the specified height that display screen (or wizard) will run.
Fullscreen : Boolean
If that page is the first page in the wizard, that property, if is different by 0, will start the wizard in fullscreen stage.
Caption : String
That property will specify the title of the wizard window.
The following properties will be default options for button skins:
PictureLeft : String
That property specify the left margin of picture that one button has
PictureRight : String
That property specify the right margin of picture that one button has
Picture : String
That property specify the left margin of picture that one button has
PictureHighLeft : String
When button is highlighted/focused, that is the picture that say the left margin
PictureHighRight : String
When button is highlighted/focused, that is the picture that say the right margin
PictureHigh : String
When button is highlighted/focused, that is the texture of the button
FontHeight : Integer
Font size in pixels
FontName : String
Name of specified font.
FontStyle : Integer
Font style, may be the same as Label's font style
FontColor : String
Font color, may be the same as Label's font color