DEF FNDplot_show_bmp(@Bitmap,Doc_file$,Title$,INTEGER Dw,Dh,Flags,OPTIONAL INTEGER Verbose)
!
! Creates a Basic Plus bitmap widget window
! INPUT: @Bitmap: I/O specifier for BPlus bitmap widget
! Doc_file$: Full file path for BMP file to show
! Title: Window title for BPlus Bitmap widget ("" = no title)
! Dw: Window width of bitmap window
! Dh: Window height of bitmap window
! Flags: Control flags (add flag values)
! 1 = wait for keystroke
! 2 = destroy I/O path before leaving SUB