mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
implement destructors
This commit is contained in:
parent
ee890b9859
commit
a8df7e1ebe
12 changed files with 92 additions and 9 deletions
|
|
@ -9,11 +9,19 @@ namespace app::browser::header
|
|||
{
|
||||
class Menu : public Gtk::MenuButton
|
||||
{
|
||||
private:
|
||||
|
||||
Glib::RefPtr<Gio::Menu> tab,
|
||||
tool,
|
||||
main;
|
||||
|
||||
public:
|
||||
|
||||
const char* TOOLTIP = _("Menu");
|
||||
|
||||
Menu();
|
||||
|
||||
~Menu();
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue