4 #include <gtkmm/dialog.h> 5 #include <gtkmm/grid.h> 7 #include <gtkmm/colorbutton.h> 26 std::map<std::string, std::map<std::string, std::unique_ptr<Gtk::ColorButton>>>
colour_buttons;
Gtk::VBox main_vbox
Definition: ChooseColoursDialog.hh:29
responses
Definition: ChooseColoursDialog.hh:18
Gtk::Grid main_grid
Definition: ChooseColoursDialog.hh:28
Definition: ChooseColoursDialog.hh:20
ChooseColoursDialog(DocumentThread::Prefs &prefs, NotebookWindow &parent)
Definition: ChooseColoursDialog.cc:22
Definition: ChooseColoursDialog.hh:15
void on_my_response(int response_id)
Definition: DocumentThread.hh:94
Each notebook has one main window which controls it.
Definition: NotebookWindow.hh:40
Functions to handle the exchange properties of two or more symbols in a product.
Definition: Algorithm.cc:1030
std::vector< std::unique_ptr< Gtk::Widget > > anonymous_widgets
Definition: ChooseColoursDialog.hh:27
DocumentThread::Prefs & prefs
Definition: ChooseColoursDialog.hh:25
void on_color_set()
Definition: ChooseColoursDialog.cc:74
Gtk::HBox bottom_button_box
Definition: ChooseColoursDialog.hh:30
NotebookWindow & parent
Definition: ChooseColoursDialog.hh:34
Gtk::Button button_ok
Definition: ChooseColoursDialog.hh:31
Definition: ChooseColoursDialog.hh:21
std::map< std::string, std::map< std::string, std::unique_ptr< Gtk::ColorButton > > > colour_buttons
Definition: ChooseColoursDialog.hh:26