6class DigiKeyAuthWindow :
public Gtk::Window {
8 static DigiKeyAuthWindow *create();
9 DigiKeyAuthWindow(BaseObjectType *cobject,
const Glib::RefPtr<Gtk::Builder> &x);
13 Gtk::Entry *code_entry =
nullptr;
14 Gtk::Button *login_button =
nullptr;
15 Gtk::Button *cancel_button =
nullptr;
17 std::string client_id;
18 std::string client_secret;
23 void update_buttons();