提案 #1253 » 1253-2.patch
core/mui/gtk_form_dsl.rb | ||
---|---|---|
428 | 428 |
end |
429 | 429 | |
430 | 430 |
def fs_photo_packing_widgets(container:, image:, image_container:, button:, **kwrest) |
431 |
# 画像の背景が透過されるようにする |
|
432 |
image_container.visible_window = false |
|
431 | 433 |
image_container.add(image) |
432 | 434 |
container.pack_start(image_container, false) |
433 | 435 |
container.pack_start(button, false) |