mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-14 00:38:06 +00:00
use application window container
This commit is contained in:
parent
157a20bb75
commit
16ef621a43
@ -1,14 +1,14 @@
|
||||
#ifndef APP_BROWSER_H
|
||||
#define APP_BROWSER_H
|
||||
|
||||
#include <gtkmm/window.h>
|
||||
#include <gtkmm/applicationwindow.h>
|
||||
#include <gtkmm/headerbar.h>
|
||||
#include <gtkmm/menubutton.h>
|
||||
#include <gtkmm/notebook.h>
|
||||
|
||||
namespace app
|
||||
{
|
||||
class Browser : public Gtk::Window
|
||||
class Browser : public Gtk::ApplicationWindow
|
||||
{
|
||||
public:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user