#include <casecombobox.h>
Public Member Functions | |
| BlockComboBox (const BufferMap &blocks) | |
| Constructor.   | |
| bool | empty () const | 
| See if the combo box is empty.   | |
| Glib::ustring | get_selected_internal () const | 
| Get the selected block's internal ID.   | |
| Glib::RefPtr < Gtk::TextBuffer >  | get_selected_block () | 
| Get the selected block's contents.   | |
Protected Attributes | |
| BufferMap | m_Buffers | 
| Internal map of blocks.  | |
| BlockComboBox::BlockComboBox | ( | const BufferMap & | blocks | ) | 
Constructor.
| blocks | Map of buffers to display | 
| bool BlockComboBox::empty | ( | ) |  const [inline] | 
        
See if the combo box is empty.
| Glib::ustring BlockComboBox::get_selected_internal | ( | ) | const | 
Get the selected block's internal ID.
| Glib::RefPtr< Gtk::TextBuffer > BlockComboBox::get_selected_block | ( | ) | 
Get the selected block's contents.
 1.5.3