refactor and shizz
This commit is contained in:
@@ -3,10 +3,11 @@
|
||||
#include <gtkmm/button.h>
|
||||
#include <gtkmm/popover.h>
|
||||
#include <string>
|
||||
#include "components/base/button.hpp"
|
||||
|
||||
class Popover : public Gtk::Button {
|
||||
class Popover : public Button {
|
||||
public:
|
||||
Popover(std::string icon, std::string name);
|
||||
Popover(const std::string icon, std::string name);
|
||||
~Popover() override;
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user