GUI_IMAGEBOX(WIN,X,Y,W,H,FILE$,SCALE,ACT,HELP$)
FILE$ =
filename of Image
SCALE =
0/1 image not scaled(0) or scaled(1) to fit the box
Adds an image display box gadget
Example:
img.GADGET=GUI_IMAGEBOX(mywin,10,20,100,100,"mypic.bmp",1,1,"Image")
See Also:
GUI_GADVAL
- returns Image pointer
GUI_GADTEXT$
- returns the Image Filename
GUI_SETVAL
- set the Image pointer
GUI_SETTEXT
- load a new image