path.h revision 0903335a0099bd7ee779925f43a15a2216a0e863
/*
* Inkscape::LivePathEffectParameters
*
* Copyright (C) Johan Engelen 2007 <j.b.c.engelen@utwente.nl>
*
* Released under GNU GPL, read the file 'COPYING' for more information
*/
#include "ui/widget/registry.h"
#include <gtkmm/tooltips.h>
#include "live_effects/parameter/parameter.h"
}
gchar * param_writeSVGValue() const;
void param_set_default();
void on_edit_button_click();
void on_paste_button_click();
};
} //namespace LivePathEffect
} //namespace Inkscape
#endif