text.h revision cf37d48226bff1ae8aec0105665c4dcf0e3ba420
be0e34af047138582978b032a7dd57c136421b18cilix * \brief Text Widget - A labelled text box, with optional icon or
be0e34af047138582978b032a7dd57c136421b18cilix * suffix, for entering arbitrary number values.
be0e34af047138582978b032a7dd57c136421b18cilix * Carl Hetherington <inkscape@carlh.net>
be0e34af047138582978b032a7dd57c136421b18cilix * Maximilian Albert <maximilian.albert@gmail.com>
be0e34af047138582978b032a7dd57c136421b18cilix * Copyright (C) 2004 Carl Hetherington
be0e34af047138582978b032a7dd57c136421b18cilix * Released under GNU GPL. Read the file 'COPYING' for more information.
be0e34af047138582978b032a7dd57c136421b18cilix bool mnemonic = true);
be0e34af047138582978b032a7dd57c136421b18cilix const char* getText() const;
cf37d48226bff1ae8aec0105665c4dcf0e3ba420cilix bool setProgrammatically; // true if the value was set by setValue, not changed by the user;
be0e34af047138582978b032a7dd57c136421b18cilix // if a callback checks it, it must reset it back to false
be0e34af047138582978b032a7dd57c136421b18cilix} // namespace Widget
be0e34af047138582978b032a7dd57c136421b18cilix} // namespace UI
be0e34af047138582978b032a7dd57c136421b18cilix} // namespace Inkscape
be0e34af047138582978b032a7dd57c136421b18cilix#endif // INKSCAPE_UI_WIDGET_TEXT_H
be0e34af047138582978b032a7dd57c136421b18cilix Local Variables:
be0e34af047138582978b032a7dd57c136421b18cilix c-file-style:"stroustrup"
be0e34af047138582978b032a7dd57c136421b18cilix c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
be0e34af047138582978b032a7dd57c136421b18cilix indent-tabs-mode:nil
be0e34af047138582978b032a7dd57c136421b18cilix fill-column:99
be0e34af047138582978b032a7dd57c136421b18cilix// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :