mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 17:45:28 +00:00
init base button class
This commit is contained in:
parent
3136b0b21c
commit
940c98f3c6
6 changed files with 59 additions and 0 deletions
|
|
@ -5,8 +5,17 @@
|
|||
|
||||
namespace app::browser::main::tab::data
|
||||
{
|
||||
namespace navbar
|
||||
{
|
||||
class Base;
|
||||
}
|
||||
|
||||
class Navbar : public Gtk::Box
|
||||
{
|
||||
private:
|
||||
|
||||
navbar::Base * base;
|
||||
|
||||
public:
|
||||
|
||||
Navbar();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue