Lumiera  0.pre.03
»edit your freedom«
navigator-widget.cpp
Go to the documentation of this file.
1 /*
2  NavigatorWidget - display of navigation controls in the timeline UI
3 
4  Copyright (C) Lumiera.org
5  2016, Hermann Vosseler <Ichthyostega@web.de>
6 
7  This program is free software; you can redistribute it and/or
8  modify it under the terms of the GNU General Public License as
9  published by the Free Software Foundation; either version 2 of
10  the License, or (at your option) any later version.
11 
12  This program is distributed in the hope that it will be useful,
13  but WITHOUT ANY WARRANTY; without even the implied warranty of
14  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15  GNU General Public License for more details.
16 
17  You should have received a copy of the GNU General Public License
18  along with this program; if not, write to the Free Software
19  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
20 
21 * *****************************************************/
22 
23 
33 #include "stage/gtk-base.hpp"
34 #include "stage/style-scheme.hpp"
36 
37 //#include "stage/ui-bus.hpp"
38 //#include "lib/format-string.hpp"
39 //#include "lib/format-cout.hpp"
40 
41 //#include "lib/util.hpp"
42 
43 //#include <algorithm>
44 //#include <vector>
45 
46 
47 
48 //using util::_Fmt;
49 //using util::contains;
50 //using Gtk::Widget;
51 //using sigc::mem_fun;
52 //using sigc::ptr_fun;
53 //using std::cout;
54 //using std::endl;
55 
56 
57 namespace stage {
58 namespace timeline {
59 
60 
61 
62 
63 
64 
65  NavigatorWidget::~NavigatorWidget() { }
66 
67 
68  NavigatorWidget::NavigatorWidget ()
69  : Gtk::Grid{}
70  {
71  get_style_context()->add_class (CLASS_timeline_navi);
72  }
73 
74 
75 
76 
77 }}// namespace stage::timeline
Lumiera GTK UI implementation root.
Definition: guifacade.cpp:46
Definition of access keys for uniform UI styling.
A set of basic GTK includes for the UI.