/*
* Notebook page widget.
*
* Author:
* Bryce Harrington <bryce@bryceharrington.org>
*
* Copyright (C) 2004 Bryce Harrington
*
* Released under GNU GPL. Read the file 'COPYING' for more information
*/
#include "notebook-page.h"
#if WITH_GTKMM_3_0
#else
#endif
namespace Inkscape {
namespace UI {
namespace Widget {
#if WITH_GTKMM_3_0
#else
#endif
{
set_border_width(2);
#if WITH_GTKMM_3_0
#else
#endif
}
} // namespace Widget
} // namespace UI
} // namespace Inkscape
/*
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 :