mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
draft main tab features
This commit is contained in:
parent
aa4b15076b
commit
ee890b9859
11 changed files with 142 additions and 27 deletions
|
|
@ -13,8 +13,8 @@ Menu::Menu()
|
|||
auto tab = Gio::Menu::create();
|
||||
|
||||
tab->append(
|
||||
_("New tab"),
|
||||
"tab.new"
|
||||
_("New tab.."),
|
||||
"win.tab"
|
||||
);
|
||||
|
||||
// Build tool submenu
|
||||
|
|
|
|||
|
|
@ -2,11 +2,11 @@
|
|||
#define APP_BROWSER_HEADER_TAB_H
|
||||
|
||||
#include <glibmm/i18n.h>
|
||||
#include <gtkmm/menubutton.h>
|
||||
#include <gtkmm/button.h>
|
||||
|
||||
namespace app::browser::header
|
||||
{
|
||||
class Tab : public Gtk::MenuButton
|
||||
class Tab : public Gtk::Button
|
||||
{
|
||||
public:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue