mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
init header buttons
This commit is contained in:
parent
f591398b51
commit
1d4c640def
2 changed files with 42 additions and 13 deletions
|
|
@ -21,6 +21,20 @@ Browser::Header::Header()
|
|||
);
|
||||
}
|
||||
|
||||
Browser::Header::Menu::Menu()
|
||||
{
|
||||
set_tooltip_text(
|
||||
TOOLTIP
|
||||
);
|
||||
}
|
||||
|
||||
Browser::Header::Tab::Tab()
|
||||
{
|
||||
set_tooltip_text(
|
||||
TOOLTIP
|
||||
);
|
||||
}
|
||||
|
||||
Browser::Container::Container()
|
||||
{
|
||||
set_scrollable(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue