mirror of
https://github.com/xenia-project/elemental-forms.git
synced 2026-01-31 01:25:17 +01:00
18 lines
762 B
Plaintext
18 lines
762 B
Plaintext
WindowInfo
|
|
title ImageBox
|
|
size 350 500
|
|
ScrollContainer
|
|
adapt-content 1
|
|
LayoutBox
|
|
axis y
|
|
spacing 20
|
|
TextBox: gravity: all, skin: 0, multiline: 1, readonly: 1, adapt-to-content: 1
|
|
text: "Some images shown by ImageBox. This test requires enabling TB_IMAGE (see tb_config.h).\n" \
|
|
"Images are unloaded when all references are removed (this window is closed)."
|
|
ImageBox: filename: "images/image_8.jpg", skin: ImageFrame
|
|
Button: skin: "Remove", id: "remove", gravity: right
|
|
Label: skin: "ImageCaption", text: "Örebro", gravity: bottom left right
|
|
ImageBox: filename: "images/image_9.jpg", skin: ImageFrame
|
|
Button: skin: "Remove", id: "remove", gravity: right
|
|
Label: skin: "ImageCaption", text: "Stockholm", gravity: bottom left right
|