fill-and-stroke.h revision ea6f2e9aae3e269e86c4f57769bb61b3444435f9
/** @file
* @brief Fill and Stroke dialog
*/
/* Authors:
* Bryce W. Harrington <bryce@bryceharrington.org>
* Gustav Broberg <broberg@kth.se>
* Jon A. Cruz <jon@joncruz.org>
*
* Copyright (C) 2004--2007 Authors
* Copyright (C) 2010 Jon A. Cruz
*
* Released under GNU GPL. Read the file 'COPYING' for more information.
*/
#include "ui/widget/object-composite-settings.h"
#include "ui/dialog/desktop-tracker.h"
#include <gtkmm/notebook.h>
#include "ui/widget/style-subject.h"
}
virtual ~FillAndStroke();
void showPageFill();
void showPageStrokePaint();
void showPageStrokeStyle();
const char *label_image);
void _layoutPageFill();
void _layoutPageStrokePaint();
void _layoutPageStrokeStyle();
#if WITH_GTKMM_3_0
#else
#endif
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:fileencoding=utf-8:textwidth=99 :