#include <textboxdialog.h>
Public Member Functions | |
| TextBoxDialog () | |
| Default constructor.  | |
| Glib::ustring | get_text () const | 
| Get the formatted text.   | |
| TextBoxEditor * | get_editor () | 
| Get a pointer to the internal drawing area.   | |
Private Member Functions | |
| void | construct () | 
| Build the dialog's UI.  | |
| void | on_entry_changed (int line) | 
| Handler for text entry changes.  | |
Private Attributes | |
| Gtk::CheckButton * | m_BreakCB | 
| Gtk::Label * | m_IntroLabel | 
| Gtk::Label * | m_Line1Label | 
| Gtk::Label * | m_Line2Label | 
| Gtk::Label * | m_Line3Label | 
| Gtk::Entry * | m_Line1Entry | 
| Gtk::Entry * | m_Line2Entry | 
| Gtk::Entry * | m_Line3Entry | 
| TextBoxEditor * | m_TextBox | 
| TextBoxEditor widget for preview.  | |
The TextBoxEditor widget is encapsulated in this dialog, which provides the basic functionality.
| Glib::ustring TextBoxDialog::get_text | ( | ) | const | 
Get the formatted text.
| TextBoxEditor* TextBoxDialog::get_editor | ( | ) |  [inline] | 
        
Get a pointer to the internal drawing area.
 1.5.3