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