mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
draft main tab features
This commit is contained in:
parent
aa4b15076b
commit
ee890b9859
11 changed files with 142 additions and 27 deletions
27
src/app/browser/main.hpp
Normal file
27
src/app/browser/main.hpp
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
#ifndef APP_BROWSER_MAIN_H
|
||||
#define APP_BROWSER_MAIN_H
|
||||
|
||||
#include <gtkmm/box.h>
|
||||
|
||||
namespace app::browser
|
||||
{
|
||||
namespace main
|
||||
{
|
||||
class Tab;
|
||||
}
|
||||
|
||||
class Main : public Gtk::Box
|
||||
{
|
||||
private:
|
||||
|
||||
app::browser::main::Tab * tab;
|
||||
|
||||
public:
|
||||
|
||||
Main();
|
||||
|
||||
void tabAppend();
|
||||
};
|
||||
}
|
||||
|
||||
#endif // APP_BROWSER_MAIN_H
|
||||
Loading…
Add table
Add a link
Reference in a new issue