 wx.lib.dialogs.MultiMessageDialog¶
 wx.lib.dialogs.MultiMessageDialog¶A dialog like wx.MessageDialog, but with an optional 2nd message string
that is shown in a scrolled window, and also allows passing in the icon to
be shown instead of the stock error, question, etc. icons. The btnLabels
can be used if you’d like to change the stock labels on the buttons, it’s
a dictionary mapping stock IDs to label strings.
 Class Hierarchy¶
 Class Hierarchy¶ Inheritance diagram for class MultiMessageDialog:
Inheritance diagram for class MultiMessageDialog:
 Known Superclasses¶
 Known Superclasses¶ Methods Summary¶
 Methods Summary¶| Initialize self. See help(type(self)) for accurate signature. | |
 Class API¶
 Class API¶A dialog like wx.MessageDialog, but with an optional 2nd message string
that is shown in a scrolled window, and also allows passing in the icon to
be shown instead of the stock error, question, etc. icons. The btnLabels
can be used if you’d like to change the stock labels on the buttons, it’s
a dictionary mapping stock IDs to label strings.
Initialize self. See help(type(self)) for accurate signature.