mirror of https://github.com/YGGverse/Yoda.git
yggverse
2 months ago
3 changed files with 24 additions and 7 deletions
@ -1,16 +1,22 @@
@@ -1,16 +1,22 @@
|
||||
#ifndef APP_BROWSER_HEADER_TAB_HPP |
||||
#define APP_BROWSER_HEADER_TAB_HPP |
||||
|
||||
#include <giomm/simpleaction.h> |
||||
#include <glibmm/i18n.h> |
||||
#include <glibmm/refptr.h> |
||||
#include <gtkmm/button.h> |
||||
|
||||
namespace app::browser::header |
||||
{ |
||||
class Tab : public Gtk::Button |
||||
{ |
||||
Glib::RefPtr<Gio::SimpleAction> action__tab_append; |
||||
|
||||
public: |
||||
|
||||
Tab(); |
||||
Tab( |
||||
const Glib::RefPtr<Gio::SimpleAction> & ACTION__TAB_APPEND |
||||
); |
||||
}; |
||||
} |
||||
|
||||
|
Loading…
Reference in new issue