tolerance-slider.h revision cff0a1487c551f4d21d1d6da1c81335435814675
/*
* Authors:
* Ralf Stephan <ralf@ark.in-berlin.de>
*
* Copyright (C) 2006 Authors
*
* Released under GNU GPL. Read the file 'COPYING' for more information.
*/
#include <gtkmm/radiobuttongroup.h>
#if WITH_GTKMM_3_0
#else
#endif
}
/**
* Implementation of tolerance slider widget.
* This widget is part of the Document properties dialog.
*/
~ToleranceSlider();
void setValue (double);
void setLimits (double, double);
void on_scale_changed();
void on_toggled();
#if WITH_GTKMM_3_0
#else
#endif
double _old_val;
};
} // namespace Widget
} // namespace UI
} // namespace Inkscape
#endif // INKSCAPE_UI_WIDGET_TOLERANCE_SLIDER__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=c++:expandtab:shiftwidth=4:tabstop=8:softtabstop=4 :