guides.h revision 4dde2cb0489181001e90d7ffefbfb9fc2c3815d9
/*
* 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
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#endif
#if WITH_GTKMM_3_0
#else
#endif
#include <gtkmm/colorbutton.h>
#include "ui/widget/unit-menu.h"
#include "ui/widget/scalar-unit.h"
};
/**
* Dialog for modifying guidelines.
*/
void _setup();
void _onOK();
void _onDelete();
void _modeChanged();
void _colorChanged();
#if WITH_GTKMM_3_0
#else
#endif
static bool _relative_toggle_status; // remember the status of the _relative_toggle_status button across instances
static Glib::ustring _angle_unit_status; // remember the status of the _relative_toggle_status button across instances
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:fileencoding=utf-8:textwidth=99 :