mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 17:45:28 +00:00
init tab data navbar
This commit is contained in:
parent
79f7923c35
commit
19d4a7b684
4 changed files with 36 additions and 0 deletions
18
src/app/browser/main/tab/data/navbar.hpp
Normal file
18
src/app/browser/main/tab/data/navbar.hpp
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
#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
|
||||
Loading…
Add table
Add a link
Reference in a new issue