Table Of Contents

Previous topic

DialogResults

Next topic

MultipleChoiceDialog

This Page

phoenix_title 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 Inheritance Diagram

Inheritance diagram for class MultiMessageDialog

Inheritance diagram of MultiMessageDialog


super_classes Known Superclasses

Dialog


method_summary Methods Summary

__init__  
OnButton  

api Class API



class MultiMessageDialog(Dialog)

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.


Methods



__init__(self, parent, message, caption = "Message Box", msg2="", style = OK | CANCEL, pos = DefaultPosition, icon=None, btnLabels=None)


OnButton(self, evt)