A widget for displaying an image file
generic for toolkit dispatch
gimage(
  filename = "",
  dirname = "",
  stock.id = NULL,
  size = "",
  handler = NULL,
  action = NULL,
  container = NULL,
  ...,
  toolkit = guiToolkit()
).gimage(
  toolkit,
  filename = "",
  dirname = "",
  stock.id = NULL,
  size = "",
  handler = NULL,
  action = NULL,
  container = NULL,
  ...
)
basename of file
dirname of file
stock id of icon (if non NULL)
size of icon when a stock id (toolkit dependent)
handler if image is clicked on.
passed to handler
parent container
passed to add method of parent
toolkit