fill-and-stroke.h revision 26b7e9efd3bdb5fa4079ecaab68de24cd6407965
/**
* \brief Fill and Stroke dialog
* based on sp_object_properties_dialog
*
* Authors:
* Bryce W. Harrington <bryce@bryceharrington.org>
* Gustav Broberg <broberg@kth.se>
*
* Copyright (C) 2004--2007 Authors
*
* Released under GNU GPL. Read the file 'COPYING' for more information.
*/
#include <gtkmm/adjustment.h>
#include <gtkmm/notebook.h>
#include <gtkmm/spinbutton.h>
#include "dialog.h"
#include "ui/widget/notebook-page.h"
virtual ~FillAndStroke();
const char *label_image);
void _layoutPageFill();
void _layoutPageStrokePaint();
void _layoutPageStrokeStyle();
void _blurValueChanged();
void _opacityValueChanged();
bool _blocked;
FillAndStroke(FillAndStroke const &d);
};
} // namespace Dialog
} // namespace UI
} // namespace Inkscape
#endif // INKSCAPE_UI_DIALOG_FILL_AND_STROKE_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 :