mirror of https://github.com/YGGverse/Yoda.git
yggverse
3 months ago
11 changed files with 56 additions and 23 deletions
@ -1,16 +1,22 @@ |
|||||||
#ifndef APP_BROWSER_MAIN_TAB_PAGE_NAVIGATION_UPDATE_HPP |
#ifndef APP_BROWSER_MAIN_TAB_PAGE_NAVIGATION_UPDATE_HPP |
||||||
#define APP_BROWSER_MAIN_TAB_PAGE_NAVIGATION_UPDATE_HPP |
#define APP_BROWSER_MAIN_TAB_PAGE_NAVIGATION_UPDATE_HPP |
||||||
|
|
||||||
|
#include <giomm/simpleaction.h> |
||||||
#include <glibmm/i18n.h> |
#include <glibmm/i18n.h> |
||||||
|
#include <glibmm/refptr.h> |
||||||
#include <gtkmm/button.h> |
#include <gtkmm/button.h> |
||||||
|
|
||||||
namespace app::browser::main::tab::page::navigation |
namespace app::browser::main::tab::page::navigation |
||||||
{ |
{ |
||||||
class Update : public Gtk::Button |
class Update : public Gtk::Button |
||||||
{ |
{ |
||||||
|
Glib::RefPtr<Gio::SimpleAction> action__update; |
||||||
|
|
||||||
public: |
public: |
||||||
|
|
||||||
Update(); |
Update( |
||||||
|
const Glib::RefPtr<Gio::SimpleAction> & ACTION__UPDATE |
||||||
|
); |
||||||
}; |
}; |
||||||
} |
} |
||||||
|
|
||||||
|
Loading…
Reference in new issue