mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
init update navigation button
This commit is contained in:
parent
bc73c831c1
commit
fb54cc4431
7 changed files with 76 additions and 9 deletions
|
|
@ -8,13 +8,20 @@ namespace app::browser::main::tab::data
|
|||
namespace navbar
|
||||
{
|
||||
class Base;
|
||||
class Update;
|
||||
}
|
||||
|
||||
class Navbar : public Gtk::Box
|
||||
{
|
||||
private:
|
||||
|
||||
// Defaults
|
||||
const int SPACING = 8;
|
||||
const int MARGIN = 8;
|
||||
|
||||
// Components
|
||||
navbar::Base * base;
|
||||
navbar::Update * update;
|
||||
|
||||
public:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue