Lumiera
0.pre.03
»edit your freedom«
|
#include "stage/ctrl/ui-manager.hpp"
Framework initialisation base.
Definition at line 77 of file ui-manager.hpp.
Protected Member Functions | |
ApplicationBase () | |
Initialise the GTK framework libraries. More... | |
Additional Inherited Members | |
Private Member Functions inherited from NonCopyable | |
NonCopyable (NonCopyable const &)=delete | |
NonCopyable & | operator= (NonCopyable const &)=delete |
|
protected |
Initialise the GTK framework libraries.
Gtk::Main
, but we did not switch to Gtk::Application
, rather we just incorporated the framework initialisation code directly into our own code base. This allows us to ignore all the shiny new D-Bus and desktop integration stuff. Definition at line 75 of file ui-manager.cpp.