diff options
author | Vicent Marti | 2008-08-08 10:37:58 +0000 |
---|---|---|
committer | Vicent Marti | 2008-08-08 10:37:58 +0000 |
commit | 1ea3301a8a358e9da9be644b8de54a9fec952dce (patch) | |
tree | 7069c4ca807da2f98b464d78c4424c481e96c2c2 /gui/themes | |
parent | 39c28e434beb94addd9788e7ab7c4dd9d66ca12e (diff) | |
download | scummvm-rg350-1ea3301a8a358e9da9be644b8de54a9fec952dce.tar.gz scummvm-rg350-1ea3301a8a358e9da9be644b8de54a9fec952dce.tar.bz2 scummvm-rg350-1ea3301a8a358e9da9be644b8de54a9fec952dce.zip |
SCUMM save/load dialog.
Expanded documentation.
Added support for sub-blitting in the vector renderer.
svn-id: r33697
Diffstat (limited to 'gui/themes')
-rw-r--r-- | gui/themes/default.inc | 23 | ||||
-rw-r--r-- | gui/themes/modern.stx | 24 |
2 files changed, 47 insertions, 0 deletions
diff --git a/gui/themes/default.inc b/gui/themes/default.inc index 1206ffc914..4c1e57a52c 100644 --- a/gui/themes/default.inc +++ b/gui/themes/default.inc @@ -858,4 +858,27 @@ "</layout> " "</layout> " "</dialog> " +"<dialog name = 'ScummSaveLoad' overlays = 'screen'> " +"<layout type = 'vertical' padding = '8, 8, 8, 8' center = 'true' direction = 'bottom2top'> " +"<layout type = 'horizontal' padding = '0, 0, 16, 0' direction = 'right2left'> " +"<widget name = 'Choose' " +"type = 'Button' " +"/> " +"<widget name = 'Cancel' " +"type = 'Button' " +"/> " +"<space/> " +"</layout> " +"<layout type = 'horizontal' padding = '0, 0, 0, 0' direction = 'right2left' spacing = '16'> " +"<layout type = 'vertical' padding = '0, 0, 0, 0'> " +"<widget name = 'Thumbnail' " +"width = '180' " +"height = '200' " +"/> " +"<space/> " +"</layout> " +"<widget name = 'List' /> " +"</layout> " +"</layout> " +"</dialog> " "</layout_info> " diff --git a/gui/themes/modern.stx b/gui/themes/modern.stx index 26c0fcdfff..a0a4bfad0a 100644 --- a/gui/themes/modern.stx +++ b/gui/themes/modern.stx @@ -938,4 +938,28 @@ </layout> </layout> </dialog> + + <dialog name = 'ScummSaveLoad' overlays = 'screen'> + <layout type = 'vertical' padding = '8, 8, 8, 8' center = 'true' direction = 'bottom2top'> + <layout type = 'horizontal' padding = '0, 0, 16, 0' direction = 'right2left'> + <widget name = 'Choose' + type = 'Button' + /> + <widget name = 'Cancel' + type = 'Button' + /> + <space/> + </layout> + <layout type = 'horizontal' padding = '0, 0, 0, 0' direction = 'right2left' spacing = '16'> + <layout type = 'vertical' padding = '0, 0, 0, 0'> + <widget name = 'Thumbnail' + width = '180' + height = '200' + /> + <space/> + </layout> + <widget name = 'List' /> + </layout> + </layout> + </dialog> </layout_info>
\ No newline at end of file |