嗨,我想知道如何将图像插入窗口但带有坐标。
(define ventana (new frame%
[label "Ba"]
[width 1100]
[height 600]))
(define tablero-panel (new horizontal-panel%
(parent ventana)
;(label "Group Box Panel")
(alignment '(left top))
(min-width 500)
(min-height 500)
(stretchable-width #f)
(stretchable-height #f)
;(spacing 100)
;(vert-margin 100)
;(horiz-margin 500)
; (border 50)
)
)
我需要该图像在窗口框架中,但在某些坐标中
插入我在此页面上找到但我无法协调它们可以在 xy