home assistant widget

This commit is contained in:
2025-12-10 23:47:37 +01:00
parent 6582fb16e8
commit 0a94acb8f4
2 changed files with 17 additions and 22 deletions

View File

@@ -1,7 +1,7 @@
#pragma once
#include <gtkmm/button.h>
#include <gtkmm/window.h>
#include <gtkmm/popover.h>
class WebWidget : public Gtk::Button {
public:
@@ -10,5 +10,5 @@ public:
private:
void on_toggle_window();
Gtk::Window* web_window = nullptr;
Gtk::Popover* popover = nullptr;
};