Pane
Pane[expr_]
displays as a pane containing expr
.
Pane[expr_, w_]
Pane[expr_, {w_, h_}]
displays with a given container size.
Methods
EventHandler
It supports Click
event
EventHandler[Pane["Click on me"], {"Click" -> Print}]
Options
ImageSize
The effect is the same as if {w_, h_}
or w
were specified as a second argument.
Background
Specifies the background color
Examples
Pane[50!, 200]