/*
* Authors:
* Carl Hetherington <inkscape@carlh.net>
* Derek P. Moore <derekm@hackunix.org>
* Bryce Harrington <bryce@bryceharrington.org>
* Johan Engelen <j.b.c.engelen@alumnus.utwente.nl>
*
* Copyright (C) 2004-2011 authors
*
* Released under GNU GPL. Read the file 'COPYING' for more information.
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "scalar.h"
#include "spinbutton.h"
namespace Inkscape {
namespace UI {
namespace Widget {
bool mnemonic)
setProgrammatically(false)
{
}
unsigned digits,
bool mnemonic)
setProgrammatically(false)
{
}
#if WITH_GTKMM_3_0
#else
#endif
unsigned digits,
bool mnemonic)
setProgrammatically(false)
{
}
{
}
{
return step;
}
{
return page;
}
{
return min;
}
{
return max;
}
{
}
{
}
{
}
{
}
{
}
{
setProgrammatically = true; // callback is supposed to reset back, if it cares
}
{
}
{
#if WITH_GTKMM_3_0
#else
#endif
scale->set_draw_value(false);
}
{
}
} // 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 :