mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
draft action dependencies
This commit is contained in:
parent
45dc3b160a
commit
c940e5f7df
18 changed files with 137 additions and 54 deletions
|
|
@ -1,7 +1,9 @@
|
|||
#ifndef APP_BROWSER_HPP
|
||||
#define APP_BROWSER_HPP
|
||||
|
||||
#include <giomm/simpleaction.h>
|
||||
#include <glibmm/i18n.h>
|
||||
#include <glibmm/refptr.h>
|
||||
#include <gtkmm/applicationwindow.h>
|
||||
#include <gtkmm/object.h>
|
||||
|
||||
|
|
@ -20,9 +22,11 @@ namespace app
|
|||
|
||||
class Browser : public Gtk::ApplicationWindow
|
||||
{
|
||||
// Components
|
||||
app::browser::Header * browserHeader;
|
||||
app::browser::Main * browserMain;
|
||||
|
||||
// Defaults
|
||||
const int WIDTH = 640;
|
||||
const int HEIGHT = 480;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue