mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +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
|
||||
#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…
Add table
Add a link
Reference in a new issue