#include <triggerdialogs.h>

Public Types | |
| enum | Type { GOTO_NORMAL, GOTO_DIRECT, GOTO_TIMED } |
|
typedef Triplet < Glib::ustring, Type, int > | Data |
Public Member Functions | |
| GotoDialog (const BufferMap &blocks) | |
| Data | get_data () |
Protected Member Functions | |
| void | construct (const BufferMap &blocks) |
| void | on_radio_button_toggled (const Glib::ustring &button) |
Protected Attributes | |
| Gtk::RadioButtonGroup | m_RadioGroup |
| Gtk::RadioButton * | m_NormalRB |
| Gtk::RadioButton * | m_DirectRB |
| Gtk::RadioButton * | m_TimedRB |
| Gtk::Label * | m_TypeLabel |
| Gtk::Label * | m_TargetLabel |
| Gtk::Label * | m_TimeLabel |
| Gtk::Entry * | m_TimeEntry |
| BlockComboBox * | m_BlockCB |
1.5.3