Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

editor_dialog Class Reference

Simple HTML editor dialog. More...

#include <editor_dialog.h>

Inheritance diagram for editor_dialog:

wxDialog List of all members.

Public Methods

  editor_dialog (wxWindow *parent, wxString filename_to_load)
  Constructor.

  ~editor_dialog ()
  Destructor.


Detailed Description

Simple HTML editor dialog.

The editor dialog can use a regular text control or a Styled Text Control depending on the value of the define in setup.h .

Feature can be compiled out with setupUSE_INTEGRATED_HTML_EDITOR .


Constructor & Destructor Documentation

editor_dialog::editor_dialog wxWindow *    parent,
wxString    filename_to_load
 

Constructor.

Parameters:
parent  The parent window.
filename_to_load  The filename of the file to load into the text control.