mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 17:45:28 +00:00
17 lines
No EOL
369 B
C++
17 lines
No EOL
369 B
C++
#ifndef APP_BROWSER_MAIN_TAB_PAGE_NAVIGATION_UPDATE_HPP
|
|
#define APP_BROWSER_MAIN_TAB_PAGE_NAVIGATION_UPDATE_HPP
|
|
|
|
#include <glibmm/i18n.h>
|
|
#include <gtkmm/button.h>
|
|
|
|
namespace app::browser::main::tab::page::navigation
|
|
{
|
|
class Update : public Gtk::Button
|
|
{
|
|
public:
|
|
|
|
Update();
|
|
};
|
|
}
|
|
|
|
#endif // APP_BROWSER_MAIN_TAB_PAGE_NAVIGATION_UPDATE_HPP
|