/*
* Filter effect selection selection widget
*
* Author:
* Nicholas Bishop <nicholasbishop@gmail.com>
*
* Copyright (C) 2007 Authors
*
* Released under GNU GPL, read the file 'COPYING' for more information
*/
#include "filter-effect-chooser.h"
#include "desktop.h"
#include "document.h"
#include "inkscape.h"
namespace Inkscape {
namespace UI {
namespace Widget {
: _lb_blend(_("Blend mode:")),
_lb_blur(_("_Blur:")),
_lb_blur_unit(_("%")),
{
}
}
}
{
return _signal_blend_blur_changed;
}
{
return "normal";
}
if (d) {
} else
return "normal";
}
{
}
{
}
{
}
{
_blur.set_sensitive(s);
}
}
}
}
/*
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:fileencoding=utf-8:textwidth=99 :