プロジェクト

全般

プロフィール

提案 #1253 » 1253-2.patch

Yuto Tokunaga, 2018-05-27 20:14

差分を表示:

core/mui/gtk_form_dsl.rb
end
def fs_photo_packing_widgets(container:, image:, image_container:, button:, **kwrest)
# 画像の背景が透過されるようにする
image_container.visible_window = false
image_container.add(image)
container.pack_start(image_container, false)
container.pack_start(button, false)
    (1-1/1)