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

td_th_dialog Class Reference

A dialog for a "hr" tag for the HTML editor. More...

#include <td_th_dialog.h>

Inheritance diagram for td_th_dialog:

wxDialog List of all members.

Public Methods

  td_th_dialog (wxWindow *parent, long td_verusus_th_dialog_type)
  Constructor.

  ~td_th_dialog ()
  Destructor.

void  transfer_to (wxString &starting_text, wxString &ending_text)
  Gets the tag strings generated by the dialog, ready to insert by parent.


Detailed Description

A dialog for a "hr" tag for the HTML editor.

Constructor & Destructor Documentation

td_th_dialog::td_th_dialog wxWindow *    parent,
long    td_verusus_th_dialog_type
 

Constructor.

Parameters:
parent  The parent window.
td_verusus_th_dialog_type  Whether is a TD or TH dialog.

Member Function Documentation

void td_th_dialog::transfer_to wxString &    starting_text,
wxString &    ending_text
 

Gets the tag strings generated by the dialog, ready to insert by parent.

Parameters:
starting_text  The text to place at the start of parent's selected text.
ending_text  The text to place at the end of parent's selected text.