livepatheffect-editor.h revision 981b809bc6ed10a21e89444d9447e5475801874f
/**
* \brief LivePathEffect dialog
*
* Author:
* Johan Engelen <j.b.c.engelen@ewi.utwente.nl>
*
* Copyright (C) 2007 Author
*
* Released under GNU GPL. Read the file 'COPYING' for more information.
*/
#include "dialog.h"
#include <gtkmm/comboboxtext.h>
#include "ui/widget/combo-enums.h"
#include "live_effects/effect.h"
void set_sensitize_all(bool sensitive);
// callback methods for buttons on grids page.
void onApply();
void onRemove();
LivePathEffectEditor(LivePathEffectEditor const &d);
};
} // namespace Dialog
} // namespace UI
} // namespace Inkscape
#endif // INKSCAPE_UI_DIALOG_LIVE_PATH_EFFECT_H
/*
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:encoding=utf-8:textwidth=99 :