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