#pragma once #include namespace dchat { class ImageButton : public Gtk::Button { public: ImageButton(const char *filepath, const char *text); }; }