15 Gtk::Entry *digikey_client_id_entry =
nullptr;
16 Gtk::Entry *digikey_client_secret_entry =
nullptr;
17 Gtk::SpinButton *digikey_max_price_breaks_sp =
nullptr;
18 Gtk::ComboBoxText *digikey_site_combo =
nullptr;
19 Gtk::ComboBoxText *digikey_currency_combo =
nullptr;
20 Gtk::Label *digikey_token_label =
nullptr;
22 void populate_and_bind_combo(Gtk::ComboBoxText &combo,
23 const std::vector<std::pair<std::string, std::string>> &items, std::string &value);
25 void update_warnings();