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)
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 
24 #include "stage/gtk-base.hpp"
25 #include "stage/style-scheme.hpp"
27 
28 //#include "stage/ui-bus.hpp"
29 //#include "lib/format-string.hpp"
30 //#include "lib/format-cout.hpp"
31 
32 //#include "lib/util.hpp"
33 
34 //#include <algorithm>
35 //#include <vector>
36 
37 
38 
39 //using util::_Fmt;
40 //using util::contains;
41 //using Gtk::Widget;
42 //using sigc::mem_fun;
43 //using sigc::ptr_fun;
44 //using std::cout;
45 //using std::endl;
46 
47 
48 namespace stage {
49 namespace timeline {
50 
51 
52 
53 
54 
55 
56  NavigatorWidget::~NavigatorWidget() { }
57 
58 
59  NavigatorWidget::NavigatorWidget ()
60  : Gtk::Grid{}
61  {
62  get_style_context()->add_class (CLASS_timeline_navi);
63  }
64 
65 
66 
67 
68 }}// namespace stage::timeline
Lumiera GTK UI implementation root.
Definition: guifacade.cpp:37
Definition of access keys for uniform UI styling.
A set of basic GTK includes for the UI.