Creates a simple text or bitmap display initally showing message. If message is a bitmap, then the bitmap must be valid and not selected into a wx:memory-dc% object.
Ampersands are stripped from message before it is used as a label. Double ampersands are converted to a single (unstripped) ampersand.
The parameters x and y are used to specify an absolute position for the message within the panel; if -1 is provided, a default position will be assigned such that the message is placed next to the last item inserted into the panel.
The style argument is reserved for future use.
The name argument is used to associate a name with the message, allowing the application user to set X Windows resource values for each individual message.