Lumiera  0.pre.03
»edit your freedom«
navigator-widget.hpp
Go to the documentation of this file.
1 /*
2  NAVIGATOR-WIDGET.hpp - display of navigation controls in the timeline UI
3 
4  Copyright (C)
5  2016, Hermann Vosseler <Ichthyostega@web.de>
6 
7   **Lumiera** is free software; you can redistribute it and/or modify it
8   under the terms of the GNU General Public License as published by the
9   Free Software Foundation; either version 2 of the License, or (at your
10   option) any later version. See the file COPYING for further details.
11 
12 */
13 
14 
32 #ifndef STAGE_TIMELINE_NAVIGATOR_WIDGET_H
33 #define STAGE_TIMELINE_NAVIGATOR_WIDGET_H
34 
35 #include "stage/gtk-base.hpp"
36 
37 //#include "lib/util.hpp"
38 
39 //#include <memory>
40 //#include <vector>
41 
42 
43 
44 namespace stage {
45 namespace timeline {
46 
47 
52  : public Gtk::Grid
53  {
54  public:
55  NavigatorWidget ();
56  ~NavigatorWidget();
57 
58  private:/* ===== Internals ===== */
59 
60  };
61 
62 
63 }}// namespace stage::timeline
64 #endif /*STAGE_TIMELINE_NAVIGATOR_WIDGET_H*/
Lumiera GTK UI implementation root.
Definition: guifacade.cpp:37
A set of basic GTK includes for the UI.