Yoda/src/app/browser/main/tab/data/navbar.hpp

18 lines
317 B
C++
Raw Normal View History

2024-08-13 08:28:33 +03:00
#ifndef APP_BROWSER_MAIN_TAB_DATA_NAVBAR_HPP
#define APP_BROWSER_MAIN_TAB_DATA_NAVBAR_HPP
#include <gtkmm/box.h>
namespace app::browser::main::tab::data
{
class Navbar : public Gtk::Box
{
public:
Navbar();
~Navbar();
};
}
#endif // APP_BROWSER_MAIN_TAB_DATA_NAVBAR_HPP