(make-object mred:testable-panel% parent x y width height style name) -> mred:testable-panel% object
parent : wx:frame% object or wx:panel% object
x = -1 : small integer
y = -1 : small integer
width = -1 : small integer
height = -1 : small integer
style = 0 : small integer
name = "panel" : string
If x, y, width or height is -1, a
default position/size is selected. The default may be
platform-specific.
The style argument is a bitwise-ior combination of the following:
- wx:const-border -- draws a thin border around the panel
(Use 0 for no flags.)
The name argument is used to associate a name with the panel, allowing the application user to set X Windows resource values for each individual panel.