diff options
Diffstat (limited to 'dialogs/confirm.hpp')
-rw-r--r-- | dialogs/confirm.hpp | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/dialogs/confirm.hpp b/dialogs/confirm.hpp deleted file mode 100644 index df1e185..0000000 --- a/dialogs/confirm.hpp +++ /dev/null @@ -1,15 +0,0 @@ -#pragma once -#include <gtkmm.h> - -class ConfirmDialog : public Gtk::Dialog { -public: - ConfirmDialog(Gtk::Window &parent); - void SetConfirmText(const Glib::ustring &text); - -protected: - Gtk::Label m_label; - Gtk::Box m_layout; - Gtk::Button m_ok; - Gtk::Button m_cancel; - Gtk::ButtonBox m_bbox; -}; |