uxmanager.cpp revision 2d34b2a875c91cad7ba5866d51d6c2afeb087eff
/** \file
* Desktop widget implementation
*/
/* Authors:
* Jon A. Cruz <jon@joncruz.org>
*
* Copyright (C) 2010 Jon A. Cruz
*
* Released under GNU GPL, read the file 'COPYING' for more information
*/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <algorithm>
#include "uxmanager.h"
#include "util/ege-tags.h"
#include "widgets/desktop-widget.h"
namespace Inkscape {
namespace UI {
{
if (!instance) {
}
return instance;
}
{
}
{
}
{
if (val == 0) {
// for now skip "AuxToolbar";
} else {
// for now skip "AuxToolbar";
}
break;
}
}
}
{
}
}
{
}
}
{
//static map<SPDesktop*, vector<GtkWidget*> > trackedBoxes;
}
}
}
}
} // namespace UI
} // namespace Inkscape
/*
Local Variables:
mode:c++
c-file-style:"stroustrup"
c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
indent-tabs-mode:nil
fill-column:99
End:
*/
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4 :