mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
init main header widget
This commit is contained in:
parent
fac548a738
commit
a98e9e088a
8 changed files with 102 additions and 0 deletions
25
src/app/browser/header/main.hpp
Normal file
25
src/app/browser/header/main.hpp
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
#ifndef APP_BROWSER_HEADER_MAIN_HPP
|
||||
#define APP_BROWSER_HEADER_MAIN_HPP
|
||||
|
||||
#include <gtkmm/box.h>
|
||||
|
||||
namespace app::browser::header
|
||||
{
|
||||
namespace main
|
||||
{
|
||||
class Title;
|
||||
}
|
||||
|
||||
class Main : public Gtk::Box
|
||||
{
|
||||
main::Title * title;
|
||||
|
||||
public:
|
||||
|
||||
Main();
|
||||
|
||||
~Main();
|
||||
};
|
||||
}
|
||||
|
||||
#endif // APP_BROWSER_HEADER_MAIN_HPP
|
||||
Loading…
Add table
Add a link
Reference in a new issue