#include <dialogs.h>
Public Member Functions | |
| InitialBlockDialog (const Glib::ustring &id, BufferMap blocks) | |
| Constructor.   | |
| Glib::ustring | get_selected_block_id () const | 
| Get the selected text block ID.   | |
Private Member Functions | |
| void | construct () | 
| void | on_block_changed () | 
Private Attributes | |
| Gtk::ScrolledWindow * | m_SWindow | 
| Gtk::TextView * | m_TextPreview | 
| Gtk::ComboBoxText * | m_BlocksCB | 
| Gtk::Label * | m_BlockLabel | 
| Gtk::Label * | m_PreviewLabel | 
| BufferMap | m_Blocks | 
| InitialBlockDialog::InitialBlockDialog | ( | const Glib::ustring & | id, | |
| BufferMap | blocks | |||
| ) | 
Constructor.
| id | Internal ID of the block | |
| blocks | Map of blocks | 
| Glib::ustring InitialBlockDialog::get_selected_block_id | ( | ) |  const [inline] | 
        
Get the selected text block ID.
 1.5.3