guidelinedialog.h revision 10d640ee466974c867ee3080a490e373510e97a5
/**
*
* \brief Dialog for modifying guidelines
*
* Author:
* Andrius R. <knutux@gmail.com>
* Johan Engelen
*
* Copyright (C) 2006-2007 Authors
*
* Released under GNU GPL. Read the file 'COPYING' for more information
*/
#ifndef INKSCAPE_DIALOG_GUIDELINE_H
#define INKSCAPE_DIALOG_GUIDELINE_H
#include <gtkmm/spinbutton.h>
#include <gtkmm/adjustment.h>
void _setup();
void _onApply();
void _onOK();
void _onDelete();
void _modeChanged();
bool _mode;
};
} // namespace
} // namespace
} // namespace
#endif // INKSCAPE_DIALOG_GUIDELINE_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 :