You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
button = config \
|
|
Clickable {
|
|
event = config.event,
|
|
child = Stack {
|
|
children = [
|
|
Rect { w = 100, h = 40, color = "blue" },
|
|
Text { content = config.label, x = 10, y = 25}
|
|
]
|
|
}
|
|
};
|