rendering-options.h revision 0e3011704642c7048ef446bbbf82d3767ef5cab1
/**
* \brief Rendering Options Widget - A container for selecting rendering options
*
* Author:
* Kees Cook <kees@outflux.net>
*
* Copyright (C) 2007 Kees Cook
* Copyright (C) 2004 Bryce Harrington
*
* Released under GNU GPL. Read the file 'COPYING' for more information.
*/
#include <gtkmm.h>
#include "scalar.h"
{
bool as_bitmap(); // should we render as a bitmap?
double bitmap_dpi(); // at what DPI should we render the bitmap?
// Radio buttons to select desired rendering
// Bitmap options
// Tooltip manager
// callback for bitmap button
void _toggled();
};
} // namespace Widget
} // namespace UI
} // namespace Inkscape
#endif // INKSCAPE_UI_WIDGET_RENDERING_OPTIONS_H
/*
Local Variables:
mode:c++
c-file-style:"stroustrup"
c-file-offsets:((innamespace . 0)(inline-open . 0))
indent-tabs-mode:nil
fill-column:99
End:
*/
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :