|
|
|
@ -5,6 +5,8 @@ SelectionDialogBase::ListViewText::ListViewText(bool use_markup) {} |
|
|
|
SelectionDialogBase::SelectionDialogBase(Source::BaseView *view, const boost::optional<Gtk::TextIter> &start_iter, bool show_search_entry, bool use_markup) |
|
|
|
SelectionDialogBase::SelectionDialogBase(Source::BaseView *view, const boost::optional<Gtk::TextIter> &start_iter, bool show_search_entry, bool use_markup) |
|
|
|
: view(view), list_view_text(use_markup) {} |
|
|
|
: view(view), list_view_text(use_markup) {} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SelectionDialogBase::~SelectionDialogBase() {} |
|
|
|
|
|
|
|
|
|
|
|
void SelectionDialogBase::show() {} |
|
|
|
void SelectionDialogBase::show() {} |
|
|
|
|
|
|
|
|
|
|
|
void SelectionDialogBase::hide() {} |
|
|
|
void SelectionDialogBase::hide() {} |
|
|
|
|