uxmanager.cpp revision 5efe91c3c922431d177a0d52fac2ff8071f83192
/** \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 (id != 1) {
//ToolboxFactory::setOrientation(*it2, orientation);
}
}
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 :