mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
fix access level
This commit is contained in:
parent
1d4c640def
commit
95647f42c2
1 changed files with 8 additions and 4 deletions
|
|
@ -28,6 +28,8 @@ namespace app
|
||||||
|
|
||||||
class Menu : public Gtk::MenuButton
|
class Menu : public Gtk::MenuButton
|
||||||
{
|
{
|
||||||
|
public:
|
||||||
|
|
||||||
const Glib::ustring TOOLTIP = "Menu";
|
const Glib::ustring TOOLTIP = "Menu";
|
||||||
|
|
||||||
Menu();
|
Menu();
|
||||||
|
|
@ -35,6 +37,8 @@ namespace app
|
||||||
|
|
||||||
class Tab : public Gtk::MenuButton
|
class Tab : public Gtk::MenuButton
|
||||||
{
|
{
|
||||||
|
public:
|
||||||
|
|
||||||
const Glib::ustring TOOLTIP = "New tab";
|
const Glib::ustring TOOLTIP = "New tab";
|
||||||
|
|
||||||
Tab();
|
Tab();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue