5 #include "util/window_state_store.hpp" 17 void set_can_generate(
bool v);
22 Gtk::ListBox *gerber_layers_box =
nullptr;
23 Gtk::Entry *npth_filename_entry =
nullptr;
24 Gtk::Entry *pth_filename_entry =
nullptr;
25 Gtk::Label *npth_filename_label =
nullptr;
26 Gtk::Label *pth_filename_label =
nullptr;
27 Gtk::Entry *prefix_entry =
nullptr;
28 Gtk::Entry *directory_entry =
nullptr;
30 Gtk::Button *generate_button =
nullptr;
31 Gtk::Button *directory_button =
nullptr;
32 Gtk::ComboBoxText *drill_mode_combo =
nullptr;
33 Gtk::TextView *log_textview =
nullptr;
35 Glib::RefPtr<Gtk::SizeGroup> sg_layer_name;
40 void update_drill_visibility();
Definition: window_state_store.hpp:20
Definition: fab_output_window.hpp:9
Definition: fab_output_settings.hpp:10
Definition: fab_output_window.cpp:9