mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
init tab data container
This commit is contained in:
parent
d9b4983d4f
commit
3918ab9993
6 changed files with 41 additions and 3 deletions
19
src/app/browser/main/tab/data.hpp
Normal file
19
src/app/browser/main/tab/data.hpp
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
#ifndef APP_BROWSER_MAIN_TAB_DATA_HPP
|
||||
#define APP_BROWSER_MAIN_TAB_DATA_HPP
|
||||
|
||||
#include <glibmm/i18n.h>
|
||||
#include <gtkmm/box.h>
|
||||
|
||||
namespace app::browser::main::tab
|
||||
{
|
||||
class Data : public Gtk::Box
|
||||
{
|
||||
public:
|
||||
|
||||
Data();
|
||||
|
||||
~Data();
|
||||
};
|
||||
}
|
||||
|
||||
#endif // APP_BROWSER_MAIN_TAB_DATA_HPP
|
||||
Loading…
Add table
Add a link
Reference in a new issue