mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
use application window container
This commit is contained in:
parent
157a20bb75
commit
16ef621a43
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue