Table Of Contents

Previous topic

StackMarker

Next topic

EdFileInfoDlg

This Page

phoenix_title ed_mdlg

This module provides a number of message dialogs that are commonly used throughout Editra. Its purpose is to promote reuse of the common dialogs for consistancy and reduction in redundant code.

Summary: Common dialogs and related convenience functions


class_hierarchy Inheritance Diagram

Inheritance diagram for module ed_mdlg

Inheritance diagram of ed_mdlg


function_summary Functions Summary

OpenErrorDlg Show a file open error dialog
SaveErrorDlg Show a file save error modal dialog

class_summary Classes Summary

EdFileInfoDlg File information dialog
EdFormatEOLDlg Dialog for selecting EOL format

Functions



OpenErrorDlg(parent, fname, err)

Show a file open error dialog

Parameters:
  • parent – parent window
  • fname – file that failed to open
  • err – error message


SaveErrorDlg(parent, fname, err)

Show a file save error modal dialog

Parameters:
  • parent – window that the dialog is the child of
  • fname – name of file that error occured
  • err – the err message/description
Returns:

wxID_OK if dialog was shown and dismissed properly